summaryrefslogtreecommitdiff
path: root/src/modules/hs_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/hs_request.c')
-rw-r--r--src/modules/hs_request.c3
1 files changed, 0 insertions, 3 deletions
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<std::pair<std::string, std::string> >::iterator it;
- if (checkDefCon(DEFCON_NO_NEW_MEMOS))
- return;
-
if (vIdent)
snprintf(host, sizeof(host), "%s@%s", vIdent, vHost);
else