Opened 11 years ago
Last modified 9 years ago
#274 new defect
irc-rejoin code is broken for > 20-26 channels
Reported by: | jgross@mit.edu | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | IRC | Keywords: | irc |
Cc: |
Description
The rejoin code works great for 20 channels. When I had 26 channels, I got ~50000 admin messages overnight from IRC:
OWL ADMIN
[freenode] User jgross set mode +i on jgross
OWL ADMIN
[freenode] Error: Closing Link: dr-wily.mit.edu (Excess Flood)
OWL ADMIN
IRC ERROR message from freenode
OWL ADMIN
[freenode] Disconnected from server: EOF from server irc.freenode.net:6667
Our auto-subscribe code should be patched to fix this Furthermore, this seems to have borked my IRC setup; I disconnected, and the reconnect spew stopped, but now irc-connect and irc-list think I'm connected, but irc-disconnect thinks I'm not.
Change History (2)
comment:1 Changed 9 years ago by jgross@mit.edu
comment:2 Changed 9 years ago by jgross@mit.edu
Pull #168 should fix this.
Pull #167 should allow easy fixing of the borked IRC setup.