diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 02ed3d561..6cd355176 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -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; |