summaryrefslogtreecommitdiff
path: root/include/commands/cmd_who.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-25 15:03:44 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-25 15:03:44 +0000
commitfc7576e098618cb2b2ee4e10a076e848559bb4bf (patch)
tree3153d1204da4a99003b075338d445bfb796a448e /include/commands/cmd_who.h
parent8eae84e3ba8ec6d025592b9406193f73929bbf77 (diff)
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
Diffstat (limited to 'include/commands/cmd_who.h')
-rw-r--r--include/commands/cmd_who.h2
1 files changed, 2 insertions, 0 deletions
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.
*/