]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Begin rethink on this. Warning, this WILL break your ircd if youre using trunk!
[user/henk/code/inspircd.git] / include / users.h
index 0cf786c761b80ed486544280fe69f81287ceb4f9..f28a12c75c2608a9aa4a11807ef41e0d1298f302 100644 (file)
@@ -489,6 +489,8 @@ class CoreExport User : public connection
         */
        unsigned int MaxChans;
 
+       std::map<std::string, bool>* AllowedOperCommands;
+
  public:
        /** Contains a pointer to the connect class a user is on from - this will be NULL for remote connections.
         * The pointer is guarenteed to *always* be valid. :)