~vcs-imports-ii/znc/master

« back to all changes in this revision

Viewing changes to modules/nickserv.cpp

  • Committer: Alexey Sokolov
  • Date: 2013-09-07 05:35:59 UTC
  • mfrom: (2946.1.1)
  • Revision ID: git-v1:8bde1ff70adc4d5089dd5dcb18660492167caf40
Merge pull request #399 from dgw/azzurra-nickserv

Fix Azzurra NickServ auth

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                                && (sMessage.find("msg") != CString::npos
162
162
                                 || sMessage.find("authenticate") != CString::npos
163
163
                                 || sMessage.find("choose a different nickname") != CString::npos
 
164
                                 || sMessage.find("If this is your nick, identify yourself with") != CString::npos
164
165
                                 || sMessage.find("If this is your nick, type") != CString::npos
165
166
                                 || sMessage.StripControls_n().find("type /NickServ IDENTIFY password") != CString::npos)
166
167
                                && sMessage.AsUpper().find("IDENTIFY") != CString::npos