1
0
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:
cyberbotx
2009-02-10 23:53:25 +00:00
parent 8c2430d02d
commit 6f9f2617e7
+1 -1
View File
@@ -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)