Login Error after Server Software has changed
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Tue, 02 Feb 2010 12:51:49 +0100
changeset 41 7260f61566b5
parent 40 5b7e8dba46a0
child 42 cb24a67ec3ec
Login Error after Server Software has changed The bot was not able to login because it has not recognized it properly. committer: Markus Bröker <mbroeker@largo.homelinux.org>
src/irc.c
--- a/src/irc.c
+++ b/src/irc.c
@@ -120,6 +120,10 @@
             break;
         }
 
+        if (strstr (msg, ":You are now identified for") != NULL) {
+            break;
+        }
+
         if (strstr (msg, ":You are now logged in.") != NULL) {
             break;
         }