Chatty doesn't join any channels on some IRC daemons
I'm trying to use chatty on IRC daemons such as Charybdis or InspIRCd, and chatty doesn't join any of the specified channels. I haven't studied the problem very well because I'm not into IRC protocol design, but maybe chatty sends the JOIN message a bit too early?
Maybe putting a 3-4 seconds delay would solve it. I'm just throwing ideas in the basket because I'm very tired.
Thanks for letting me know. Are you using a locally running daemon or can you point me to some public servers that have those running?
I just tried on irc.chatspike.net, and can confirm it doesn't work with InspIRCd-based servers (I run one locally as well)
I've got this issue on Unreal3.2.10.4. Apparently the NICK, PASS, USER are sent waaaaay too early. Thus Chatty receives something like
00:11:28.656 [debug] Ignoring unsupported message: :lon1.irc.hashbang.sh 451 JOIN :You have not registered
Chatty has to wait for the 001 numeric before sending those messages.