irc: increase the max backoff delay a bit

Freenode still throttles from time to time
This commit is contained in:
moneromooo 2015-01-29 22:54:36 +00:00
parent 73a3bd91bd
commit 0d7979fc3f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from tipbot.network import *
from tipbot.command_manager import *
irc_min_send_delay = 0.05 # seconds
irc_max_send_delay = 1.1 # seconds
irc_max_send_delay = 1.2 # seconds
def GetNick(data): # Return Nickname
nick = data.split('!')[0]