fix IRCu busrt causing multiple bots to be created

This commit is contained in:
Mark 2004-02-08 21:19:44 +00:00
parent 9e7fd9fea9
commit a95cbc86d9

4
Ircu.c
View file

@ -383,7 +383,9 @@ send_wallops (const char *who, const char *buf)
void
send_end_of_burst_ack(void)
{
init_services_bot ();
if (!me.synced) {
init_services_bot ();
}
send_end_of_burst ();
send_cmd ("%s %s", neonumericbuf, TOK_END_OF_BURST_ACK);
me.synced = 1;