summaryrefslogtreecommitdiff
path: root/modules/core/ms_check.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-05-06 18:02:53 -0400
committerAdam <Adam@anope.org>2011-05-16 04:10:18 -0400
commitfd4b52ec385167794eaadb18ee635bef757728ee (patch)
tree49d3e835b072a10887309d8d9155982a5aa61ed0 /modules/core/ms_check.cpp
parentb59602abf85d522bb2f188be70b6cb7c9556a856 (diff)
Added os_forbid
Diffstat (limited to 'modules/core/ms_check.cpp')
-rw-r--r--modules/core/ms_check.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/core/ms_check.cpp b/modules/core/ms_check.cpp
index 6b56a66c0..49b7f8c07 100644
--- a/modules/core/ms_check.cpp
+++ b/modules/core/ms_check.cpp
@@ -37,12 +37,6 @@ class CommandMSCheck : public Command
return MOD_CONT;
}
- if (na->HasFlag(NS_FORBIDDEN))
- {
- source.Reply(_(NICK_X_FORBIDDEN), recipient.c_str());
- return MOD_CONT;
- }
-
MemoInfo *mi = &na->nc->memos;
/* Okay, I know this looks strange but we wanna get the LAST memo, so we