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:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user