mirror of
https://github.com/anope/anope.git
synced 2026-07-07 19:23:13 +02:00
Fixed compile error in ss_main.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2000 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ class SSMain : public Module
|
||||
for (current = cmdTable[i]; current; current = current->next)
|
||||
{
|
||||
for (c = current->c; c; c = c->next)
|
||||
this->DelCommand(cmdTable, c->name);
|
||||
this->DelCommand(cmdTable, c->name.c_str());
|
||||
}
|
||||
}
|
||||
if (statserv)
|
||||
|
||||
Reference in New Issue
Block a user