]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-oper.c
Make the maximum /list reply length a configurable limit.
[ngircd-alex.git] / src / ngircd / irc-oper.c
index 21577f00438956992141cf6c255767763fcdd409..237107f69b8f56c828f212122da415cee247ba1b 100644 (file)
@@ -183,6 +183,8 @@ IRC_REHASH( CLIENT *Client, REQUEST *Req )
 
        Log(LOG_NOTICE|LOG_snotice, "Got REHASH command from \"%s\" ...",
            Client_Mask(Client));
+       IRC_WriteStrClient(Client, RPL_REHASHING_MSG, Client_ID(Client));
+
        raise(SIGHUP);
 
        return CONNECTED;