From fc7576e098618cb2b2ee4e10a076e848559bb4bf Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 25 Aug 2008 15:03:44 +0000 Subject: Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::whomatch, which was as ugly as sin. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10274 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_who.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/commands') diff --git a/include/commands/cmd_who.h b/include/commands/cmd_who.h index bdcf00c0b..8696f5a0b 100644 --- a/include/commands/cmd_who.h +++ b/include/commands/cmd_who.h @@ -38,6 +38,8 @@ class CommandWho : public Command bool opt_away; bool opt_local; bool opt_far; + bool opt_time; + public: /** Constructor for who. */ -- cgit v1.2.3