src/irc.c
changeset 41 7260f61566b5
parent 37 85891f91096c
child 44 f08e8fb2c1da
--- 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;
         }