.BANCHO. .HIDE. Antiamo a kuartare i kantieri koi vekki...............

This commit is contained in:
Nyo 2016-12-12 22:59:58 +01:00
parent 7ba5db62b4
commit 49f8bd8cf1

View File

@ -754,10 +754,10 @@ def report(fro, chan, message):
if msg != "":
token = glob.tokens.getTokenFromUsername(fro)
if token is not None:
if not token.irc:
token.enqueue(serverPackets.notification(msg))
else:
if token.irc:
chat.sendMessage("FokaBot", fro, msg)
else:
token.enqueue(serverPackets.notification(msg))
return False
"""