IRC socket: get rid of delay/burst
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 19 Aug 2008 18:19:45 +0000 (20:19 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 19 Aug 2008 18:19:45 +0000 (20:19 +0200)
commit43b5cd9777cc13c6d3ac14a4015a0c8e8d9e5b50
treefe0435f849ec3dc429512171b23b02b60feb948d
parent9340ab24696230a7f5debecf272b44ad91886b9c
IRC socket: get rid of delay/burst

The penalty system should be enough to prevent the bot from being
disconnected because of excess flood, making the old sendq delay/burst
code unnecessary. So get rid of the latter altogether.

(If the penalty system as implemented ever happens to be insufficient as
implemented, it should just get fixed rather than rely on the sendq
delay/burst assistance.)
lib/rbot/ircbot.rb
lib/rbot/ircsocket.rb