diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-26 19:48:08 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-26 19:48:08 +0000 |
commit | 0018f790ed085705bc56646b425b6a783f038af5 (patch) | |
tree | 2b69fb27e68b53a6c459b7f298081aa490183a79 | |
parent | 6674797c7d194ec25ed3e84a2b511876f045fbd2 (diff) |
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
-rw-r--r-- | src/core/os_userlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/os_userlist.c b/src/core/os_userlist.c index 30a7850b6..331818bec 100644 --- a/src/core/os_userlist.c +++ b/src/core/os_userlist.c @@ -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 { |