From e379a7a81a4559072c12ec02ccb43b1591cf0a0b Mon Sep 17 00:00:00 2001 From: dgw Date: Tue, 17 Dec 2013 16:38:18 -0500 Subject: [PATCH] Add identify prompt for StarChat.net Apparently StarChat.net uses a very old (?) or obscure NickServ service that doesn't send any of the more common prompts for ID. (It also doesn't support nick grouping, more's the pity.) --- modules/nickserv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nickserv.cpp b/modules/nickserv.cpp index 0590db47..3cd99b23 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -163,6 +163,7 @@ public: || sMessage.find("choose a different nickname") != CString::npos || 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.AsUpper().find("IDENTIFY") != CString::npos && sMessage.find("help") == CString::npos) {