summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/users.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 43ebfe0a3..59fcf6c94 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -196,8 +196,6 @@ User::User(InspIRCd* Instance, const std::string &uid) : ServerInstance(Instance
AllowedUserModes = NULL;
AllowedChanModes = NULL;
AllowedOperCommands = NULL;
- memset(AllowedUserModes, 0, sizeof(AllowedUserModes));
- memset(AllowedChanModes, 0, sizeof(AllowedChanModes));
chans.clear();
invites.clear();
memset(modes,0,sizeof(modes));