diff --git a/irclib.py b/irclib.py index cc9efdb..2fdab9a 100644 --- a/irclib.py +++ b/irclib.py @@ -208,7 +208,7 @@ def send_once(self): continue c.last_time = time.time() c.send_time += delta - if c.send_time >= 1.3: + if c.send_time >= 1.9: c.send_time = 0 c.sent_bytes = 0