# HG changeset patch # User Markus Bröker # Date 1265111509 -3600 # Node ID 7260f61566b5c6775311f9593f8d4407650f484b # Parent 5b7e8dba46a02c9ca864ad84e3031225b4b9cb89 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 diff --git a/src/irc.c b/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; }