summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-27 17:55:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-04-27 17:55:08 +0000
commitd6fcf2726e4075fb323010e067964c84044cbf08 (patch)
treee0735ea4d6d1aaf8ed1bb83a1dabb338f4c03f15 /include
parentcdec3807363564c6608909c3a345cedf44183647 (diff)
Add support for hiding listmode lists such as +beI from unprivileged users.
See bug #258 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6849 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 514e5e9b3..838814cc4 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -349,6 +349,12 @@ class ServerConfig : public Extensible
*/
bool AllowHalfop;
+ /** If this is set to true, then mode lists (e.g
+ * MODE #chan b) are hidden from unprivileged
+ * users.
+ */
+ bool HideModeLists;
+
/** The number of seconds the DNS subsystem
* will wait before timing out any request.
*/