]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Add RAWIO log level which is more verbose than DEBUG
[user/henk/code/inspircd.git] / include / configreader.h
index 02ed3d5612b998352b327d0906546cb01e02eb51..6cd355176816f2e5565666f5413516fa23868457 100644 (file)
@@ -430,6 +430,9 @@ class CoreExport ServerConfig
         */
        bool OperSpyWhois;
 
+       /** True if raw I/O is being logged */
+       bool RawLog;
+
        /** Set to a non-empty string to obfuscate the server name of users in WHOIS
         */
        std::string HideWhoisServer;