diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 0cf786c76..f28a12c75 100644 --- a/include/users.h +++ b/include/users.h @@ -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. :) |