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>
--- 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;
}