1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 07:23:12 +02:00

Remove weird warning in nickserv help which for some reason assumes admins' abuse policies

This commit is contained in:
Adam
2017-03-23 20:05:09 -04:00
parent f8f1550c31
commit b804867105
-7
View File
@@ -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)