mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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.)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user