]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix memory leak too
[user/henk/code/inspircd.git] / include / inspircd.h
index 965cf44fcd44dccadaee2a380bf8399c16d2e931..dfc36a720b4b6734639c144daa9ee52f24c6738e 100644 (file)
@@ -25,9 +25,9 @@
 #include "channels.h"
 #include "socket.h"
 #include "mode.h"
-
 #include "socketengine.h"
 #include "command_parse.h"
+#include "snomasks.h"
 
 /** Returned by some functions to indicate failure,
  * and the exit code of the program if it terminates.
@@ -373,6 +373,11 @@ class InspIRCd : public classbase
         */
        ServerConfig* Config;
 
+       /** Snomask manager - handles routing of snomask messages
+        * to opers.
+        */
+       SnomaskManager* SNO;
+
        /** Client list, a hash_map containing all clients, local and remote
         */
        user_hash clientlist;