servmsg.c: static int got451(char *from, char *msg) { /* Usually if we get this then we really messed up somewhere * or this is a non-standard server, so we log it and kill the socket * hoping the next server will work :) -poptix */ /* Um, this does occur on a lagged anti-spoof server connection if the * (minutely) sending of joins occurs before the bot does its ping reply. * Probably should do something about it some time - beldin */ /* putlog(LOG_MISC, "*", IRC_NOTREGISTERED1, from); # nuke_server(IRC_NOTREGISTERED2);*/ return 0; }