summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h
index a12282ac9..07843b7c0 100644
--- a/include/users.h
+++ b/include/users.h
@@ -458,10 +458,10 @@ class CoreExport User : public connection
std::map<std::string, bool>* AllowedOperCommands;
/** Allowed user modes from oper classes. */
- bool AllowedUserModes[64];
+ bool* AllowedUserModes;
/** Allowed channel modes from oper classes. */
- bool AllowedChanModes[64];
+ bool* AllowedChanModes;
public:
/** Contains a pointer to the connect class a user is on from - this will be NULL for remote connections.