G33kDude / MyRC

An IRC client and bot framework written in AutoHotkey
http://ahkscript.org/boards/viewtopic.php?f=6&t=4953
MIT License
22 stars 10 forks source link

Bot doesn't detect ping timeouts #3

Closed G33kDude closed 10 years ago

G33kDude commented 10 years ago

Perhaps add a variable for last ping time, so we can check if pings have stopped.

G33kDude commented 10 years ago

Working on this one. Socket disconnect can be detected easily, but this doesn't solve the issue completely. When reconnecting after the socket dies, sometimes your name is still in use and this is causing issues.

G33kDude commented 10 years ago

Auto reconnect is working, but it does not automatically rejoin channels. It cycles through defined nicknames in the settings file

G33kDude commented 10 years ago

Completely implemented