.BANCHO. .HIDE. Antiamo a kuartare i kantieri koi vekki...............
This commit is contained in:
parent
7ba5db62b4
commit
49f8bd8cf1
|
@ -754,10 +754,10 @@ def report(fro, chan, message):
|
||||||
if msg != "":
|
if msg != "":
|
||||||
token = glob.tokens.getTokenFromUsername(fro)
|
token = glob.tokens.getTokenFromUsername(fro)
|
||||||
if token is not None:
|
if token is not None:
|
||||||
if not token.irc:
|
if token.irc:
|
||||||
token.enqueue(serverPackets.notification(msg))
|
|
||||||
else:
|
|
||||||
chat.sendMessage("FokaBot", fro, msg)
|
chat.sendMessage("FokaBot", fro, msg)
|
||||||
|
else:
|
||||||
|
token.enqueue(serverPackets.notification(msg))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user