diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-11-01 23:58:33 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-11-01 23:58:33 +0000 |
commit | b15038c4c3109fa4e326ef657493e08bbbc6881d (patch) | |
tree | 2fdc2b70172565f3c609a0a5de6ab7f63c2fcf1f /include/configreader.h | |
parent | 3c93d5d1c46953ad152f619885c4f3678d4a3ecc (diff) |
Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. this is insane to leave off, really, but allow it anyway.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10785 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 859e5bddb..5e97bb09b 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -565,6 +565,11 @@ class CoreExport ServerConfig : public Extensible */ bool writelog; + /** If this value is true, banned users (+b, not extbans) will not be able to change nick + * if banned on any channel, nor to message them. + */ + bool RestrictBannedUsers; + /** If this value is true, halfops have been * enabled in the configuration file. */ |