From b15038c4c3109fa4e326ef657493e08bbbc6881d Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 1 Nov 2008 23:58:33 +0000 Subject: Obsolete m_restrictbanned, add , 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 --- include/configreader.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/configreader.h') 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. */ -- cgit v1.2.3