]> jfr.im git - irc/quakenet/newserv.git/blobdiff - channel/channel.c
CHANSERV: tell user when they can't attempts to auth any more, and drop max attempts...
[irc/quakenet/newserv.git] / channel / channel.c
index cf875d4bf2d75dab0860854bb94ebef57e8d1743..378fbcd2fb53d28c26bba1b6428ca8f35e0391e1 100644 (file)
@@ -50,7 +50,7 @@ void _init() {
    * before we register all our hooks which would otherwise get called
    * during the disconnect. */
   if (connected) { 
-    irc_send("%s SQ %s 0 :Resync [adding channel support]",mynumeric->content,myserver->content); irc_disconnected();
+    irc_send("%s SQ %s 0 :Resync [adding channel support]",mynumeric->content,myserver->content); irc_disconnected(0);
   }
 
   /* Set up our hooks */