1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 16:16:39 +02:00

Added os_forbid

This commit is contained in:
Adam
2011-05-06 18:02:53 -04:00
parent b59602abf8
commit fd4b52ec38
66 changed files with 586 additions and 702 deletions
-6
View File
@@ -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