mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-10 16:07:06 +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(':')
|
lsplit = line.split(':')
|
||||||
if len(lsplit) >= 2:
|
if len(lsplit) >= 2:
|
||||||
if lsplit[1].split(' ') > 1:
|
if len(lsplit[1].split(' ')) >= 2:
|
||||||
if lsplit[1].split(' ')[1] == '404':
|
if lsplit[1].split(' ')[1] == '404':
|
||||||
bot.join(bot.channel, bot.channelPassword)
|
bot.join(bot.channel, bot.channelPassword)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user