Skip to content

Commit

Permalink
New flood rate
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Nov 12, 2009
1 parent 062276b commit b82e3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyscripts/IrcBot/asynirc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def __init__(self, serverinfo, clientinfo, use_logging=True):
self.events = EventDispatcher()
self.is_connected = False
self.channel_list = []
self.throttle_size = 1024
self.trottle_time = 5
self.throttle_size = 512
self.trottle_time = 1
self.part_message = 'PyAsyncirc Bot'
def logInfo(self, string):
if(self.use_logging):
Expand Down

0 comments on commit b82e3aa

Please sign in to comment.