gcfavorites / fnordbot

Automatically exported from code.google.com/p/fnordbot
0 stars 0 forks source link

Connect logic needs reworking #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
connect+registration is rather iffy.
there is a thread.sleep that needs eliminating, registration needs to be
triggered by server data instead

Original issue reported on code.google.com by niels.r...@gmail.com on 26 Apr 2007 at 8:04

GoogleCodeExporter commented 9 years ago
some enhancements were made: 
err_nickinuse now triggers registration with alternative nick.
we now join channels only after receiving MOTD, interpreting that as 
registration
successful. 

those enhancements should eliminate the reconnect-"errors" seen. their cause 
was the
bot getting err_nickinuse and then trying to join anyway, leaving it connected 
but
useless

Original comment by niels.r...@gmail.com on 8 Jun 2007 at 8:24