diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-09-10 15:03:21 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-09-10 15:03:21 +0200 |
commit | 6890d6aef73ce11bf8f5f8bd8d36dba824743a96 (patch) | |
tree | 28f42295f27578d29283997d567b3613e0b97fb7 /include | |
parent | 02158b649035ba9d1e6fb36895d393580972b1e1 (diff) |
Remove listmode hiding support from the core
This is now handled by m_hidelist
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configreader.h b/include/configreader.h index f3137ec0a..3d9923536 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -336,12 +336,6 @@ class CoreExport ServerConfig */ bool RestrictBannedUsers; - /** If this is set to true, then mode lists (e.g - * MODE \#chan b) are hidden from unprivileged - * users. - */ - bool HideModeLists[256]; - /** The number of seconds the DNS subsystem * will wait before timing out any request. */ |