Whoops, take out some foolish memsets (well theyre foolish now :p)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9180 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2008-03-23 21:18:32 +00:00
parent 20680f9c49
commit 1f30a3496f

View File

@ -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));