diff --git a/modules/nickserv.cpp b/modules/nickserv.cpp index d30e9bdb..3bef3583 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -165,7 +165,8 @@ public: || sMessage.find("If this is your nick, identify yourself with") != CString::npos || sMessage.find("If this is your nick, type") != CString::npos || sMessage.find("This is a registered nickname, please identify") != CString::npos - || sMessage.StripControls_n().find("type /NickServ IDENTIFY password") != CString::npos) + || sMessage.StripControls_n().find("type /NickServ IDENTIFY password") != CString::npos + || sMessage.StripControls_n().find("type /msg NickServ IDENTIFY password") != CString::npos) && sMessage.AsUpper().find("IDENTIFY") != CString::npos && sMessage.find("help") == CString::npos) { MCString msValues;