diff options
Diffstat (limited to 'src/core/ms_set.c')
-rw-r--r-- | src/core/ms_set.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ms_set.c b/src/core/ms_set.c index 2368a7ce2..510930c15 100644 --- a/src/core/ms_set.c +++ b/src/core/ms_set.c @@ -214,8 +214,6 @@ class CommandMSSet : public Command notice_lang(s_MemoServ, u, MEMO_SET_DISABLED); return MOD_CONT; } - if (!nick_identified(u)) - notice_lang(s_MemoServ, u, NICK_IDENTIFY_REQUIRED, s_NickServ); else if (!stricmp(cmd, "NOTIFY")) return this->DoNotify(u, params, mi); else if (!stricmp(cmd, "LIMIT")) { |