irc: increase the max backoff delay a bit

Freenode still throttles from time to time
master
moneromooo 9 years ago
parent 73a3bd91bd
commit 0d7979fc3f

@ -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]

Loading…
Cancel
Save