]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_who.h
Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY_AFTER.
[user/henk/code/inspircd.git] / include / commands / cmd_who.h
index bdcf00c0bed5d3c7443698b063e91796c90cb87c..a6afd425fc73a3c68b2c3d6f242a700637bf1296 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *      the file COPYING for details.
@@ -38,6 +38,8 @@ class CommandWho : public Command
        bool opt_away;
        bool opt_local;
        bool opt_far;
+       bool opt_time;
+
  public:
        /** Constructor for who.
         */