Uh, put it back. :p

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9571 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2008-04-21 18:12:50 +00:00
parent 78ff73e0fb
commit 260e132d23

View File

@ -1064,7 +1064,7 @@ ModeParser::ModeParser(InspIRCd* Instance) : ServerInstance(Instance)
/* Clear mode list */
memset(modehandlers, 0, sizeof(modehandlers));
modewatchers.clear();
memset(modewatchers, 0, sizeof(modewatchers));
/* Last parse string */
LastParse.clear();