diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-28 19:33:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-28 19:33:42 +0000 |
commit | c215eff073c70368ba25e1784103e5c9fbc7f935 (patch) | |
tree | d805a29a0146c6cce628761911496afe042cf0a5 /include/inspircd_io.h | |
parent | a1df1a79017469877faeb05243c8c9c9c0296a55 (diff) |
BanHiding
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3384 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd_io.h')
-rw-r--r-- | include/inspircd_io.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index 711488c36..6ddb9983e 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -228,6 +228,11 @@ class ServerConfig : public classbase */ bool HideSplits; + /** True if we're going to hide ban reasons for non-opers (e.g. G-Lines, + * K-Lines, Z-Lines) + */ + bool HideBans; + /** Set to a non-empty string to obfuscate the server name of users in WHOIS */ char HideWhoisServer[MAXBUF]; |