summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/ns_info.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ns_info.c b/src/core/ns_info.c
index 93e305d6a..3485cde6e 100644
--- a/src/core/ns_info.c
+++ b/src/core/ns_info.c
@@ -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;
}