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

Patch from DukePyrolator, only show the message about using NS INFO ALL if the user hasn't used NS INFO ALL.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2197 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-03-23 05:07:43 +00:00
parent 190a3de3b9
commit da4ce1788f
+2 -1
View File
@@ -199,7 +199,8 @@ class CommandNSInfo : public Command
}
}
notice_lang(s_NickServ, u, NICK_INFO_FOR_MORE, s_NickServ, na->nick);
if (!show_hidden)
notice_lang(s_NickServ, u, NICK_INFO_FOR_MORE, s_NickServ, na->nick);
}
return MOD_CONT;
}