mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +00:00
[irc] *ahem*
This commit is contained in:
parent
0902154cef
commit
0620a25e25
@ -160,7 +160,7 @@ class Bot(object):
|
||||
users = self.functions[4](room)
|
||||
for u in users:
|
||||
if u['nick'] == nickFrom:
|
||||
self.functions[5](nickFrom, True)
|
||||
self.functions[0](nickFrom, True)
|
||||
return
|
||||
self.msg(to, chr(3) + '5Error!' + chr(15) + ' Your nick was not found on the server')
|
||||
elif split[0].lower() == '!play':
|
||||
@ -170,7 +170,7 @@ class Bot(object):
|
||||
users = self.functions[4](room)
|
||||
for u in users:
|
||||
if u['nick'] == nickFrom:
|
||||
self.functions[5](nickFrom, False)
|
||||
self.functions[0](nickFrom, False)
|
||||
return
|
||||
self.msg(to, chr(3) + '5Error!' + chr(15) + ' Your nick was not found on the server')
|
||||
elif split[0].lower() == '!help':
|
||||
|
Loading…
Reference in New Issue
Block a user