mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-03 12:41:44 +00:00
[irc] REALLY FIXES IT THIS TIME
This commit is contained in:
parent
5a44c46e50
commit
76186bc17b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user