diff options
| author | 2008-08-25 15:03:44 +0000 | |
|---|---|---|
| committer | 2008-08-25 15:03:44 +0000 | |
| commit | fc7576e098618cb2b2ee4e10a076e848559bb4bf (patch) | |
| tree | 3153d1204da4a99003b075338d445bfb796a448e /include/commands | |
| parent | Add and document <permchannels> block for m_permchannels, which creates a cha... (diff) | |
| download | inspircd++-fc7576e098618cb2b2ee4e10a076e848559bb4bf.tar.gz inspircd++-fc7576e098618cb2b2ee4e10a076e848559bb4bf.tar.bz2 inspircd++-fc7576e098618cb2b2ee4e10a076e848559bb4bf.zip | |
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')
| -rw-r--r-- | include/commands/cmd_who.h | 2 |
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. */ |
