mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #448 from dgw/patch-1
Add identify prompt for StarChat.net
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