[irc] REALLY FIXES IT THIS TIME

This commit is contained in:
HarHar 2013-01-24 21:22:32 -02:00
parent 5a44c46e50
commit 76186bc17b

View File

@ -183,7 +183,7 @@ def handlingThread(sock, bot):
lsplit = line.split(':')
if len(lsplit) >= 2:
if lsplit[1].split(' ') > 1:
if len(lsplit[1].split(' ')) >= 2:
if lsplit[1].split(' ')[1] == '404':
bot.join(bot.channel, bot.channelPassword)