summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-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.
*/