Skip to content

Commit

Permalink
Changed the flood protection time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bevinsky committed Mar 24, 2013
1 parent 784184b commit d78141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irclib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d78141d

Please sign in to comment.