From 6a9fa9f4d2ead592eb51a014491ce3aaee2029e8 Mon Sep 17 00:00:00 2001 From: Adam- Date: Fri, 30 Oct 2009 01:04:13 +0000 Subject: Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes defcon to have the ability to use modes introduced to Anope at a later time than on startup (eg, from the IRCd), amongst other things git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2597 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/hs_request.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules/hs_request.c') diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index 4f710db51..779629521 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -822,9 +822,6 @@ void req_send_memos(User *u, char *vIdent, char *vHost) char host[BUFSIZE]; std::list >::iterator it; - if (checkDefCon(DEFCON_NO_NEW_MEMOS)) - return; - if (vIdent) snprintf(host, sizeof(host), "%s@%s", vIdent, vHost); else -- cgit