1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 11:53:14 +02:00

Cleanup in misc.cpp.

This commit is contained in:
Naram Qashat
2010-07-30 21:47:28 -04:00
parent afb3782aa3
commit 602d2378f5
5 changed files with 110 additions and 145 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class CommandNSInfo : public Command
if (has_auspex)
notice_lang(Config.s_NickServ, u, NICK_INFO_EMAIL, nr->email.c_str());
}
else if (nickIsServices(nick, 1))
else if (nickIsServices(nick, true))
notice_lang(Config.s_NickServ, u, NICK_X_IS_SERVICES, nick.c_str());
else
notice_lang(Config.s_NickServ, u, NICK_X_NOT_REGISTERED, nick.c_str());