summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 838814cc4..c4275ab5f 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -353,7 +353,7 @@ class ServerConfig : public Extensible
* MODE #chan b) are hidden from unprivileged
* users.
*/
- bool HideModeLists;
+ bool HideModeLists[256];
/** The number of seconds the DNS subsystem
* will wait before timing out any request.