1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 23:03:12 +02:00

Fixed some windows problems with db_mysql_execute

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2987 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-05-26 19:48:08 +00:00
parent 6674797c7d
commit 0018f790ed
-1
View File
@@ -53,7 +53,6 @@ class CommandOSUserList : public Command
notice_lang(Config.s_OperServ, u, OPER_USERLIST_RECORD, uc->user->nick.c_str(), uc->user->GetIdent().c_str(), uc->user->GetDisplayedHost().c_str());
}
u->SendMessage(Config.s_OperServ, "total %d", c->users.size());
}
else
{