From b804867105fe2d6154654125fd8356f16eb4ee17 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 23 Mar 2017 20:05:09 -0400 Subject: [PATCH] Remove weird warning in nickserv help which for some reason assumes admins' abuse policies --- modules/pseudoclients/nickserv.cpp | 7 ------- 1 file changed, 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)