]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_who.h
Add/document channels/set-permanent priv, and tie setting of +P to it.
[user/henk/code/inspircd.git] / include / commands / cmd_who.h
index bdcf00c0bed5d3c7443698b063e91796c90cb87c..8696f5a0bba188765b3156f370a14ea32b7556d8 100644 (file)
@@ -38,6 +38,8 @@ class CommandWho : public Command
        bool opt_away;
        bool opt_local;
        bool opt_far;
+       bool opt_time;
+
  public:
        /** Constructor for who.
         */