summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-03-23 20:05:09 -0400
committerAdam <Adam@anope.org>2017-03-23 20:05:09 -0400
commitb804867105fe2d6154654125fd8356f16eb4ee17 (patch)
treeb730e845881d7180b7f19a9cd6d7392f0c9c87bf
parentf8f1550c31f9a129d92e04f77bd7c4ae3313a8a1 (diff)
Remove weird warning in nickserv help which for some reason assumes admins' abuse policies
-rw-r--r--modules/pseudoclients/nickserv.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/pseudoclients/nickserv.cpp b/modules/pseudoclients/nickserv.cpp
index 5880fc8f3..52a61216e 100644
--- a/modules/pseudoclients/nickserv.cpp
+++ b/modules/pseudoclients/nickserv.cpp
@@ -493,13 +493,6 @@ class NickServCore : public Module, public NickServService
"Accounts that are not used anymore are subject to\n"
"the automatic expiration, i.e. they will be deleted\n"
"after %d days if not used."), nickserv_expire / 86400);
- source.Reply(_(" \n"
- "\002NOTICE:\002 This service is intended to provide a way for\n"
- "IRC users to ensure their identity is not compromised.\n"
- "It is \002NOT\002 intended to facilitate \"stealing\" of\n"
- "nicknames or other malicious actions. Abuse of %s\n"
- "will result in, at minimum, loss of the abused\n"
- "nickname(s)."), NickServ->nick.c_str());
}
void OnNickCoreCreate(NickCore *nc)