]> 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 215972f941caaa6d1c274282f6ecc047ad756b32..a6afd425fc73a3c68b2c3d6f242a700637bf1296 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 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.
         */
@@ -49,7 +51,7 @@ class CommandWho : public Command
         * @param user The user issuing the command
         * @return A value from CmdResult to indicate command success or failure.
         */
-       CmdResult Handle(const char** parameters, int pcnt, User *user);
+       CmdResult Handle(const std::vector<std::string>& parameters, User *user);
        bool whomatch(User* user, const char* matchtext);
 };