mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
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:
parent
20680f9c49
commit
1f30a3496f
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user