.BANCHO. .FIX. Randomize !mm00 seed

This commit is contained in:
Nyo 2016-05-28 20:30:34 +02:00
parent 234f9d3378
commit 740615a315

View File

@ -490,6 +490,10 @@ def tillerinoLast(fro, chan, message):
print(a) print(a)
return False return False
def mm00(fro, chan, message):
random.seed()
return random.choice(["meme", "MA MAURO ESISTE?"])
""" """
Commands list Commands list
@ -531,7 +535,7 @@ commands = [
"callback": ask "callback": ask
}, { }, {
"trigger": "!mm00", "trigger": "!mm00",
"response": random.choice(["meme", "MA MAURO ESISTE?"]) "callback": mm00
}, { }, {
"trigger": "!alert", "trigger": "!alert",
"syntax": "<message>", "syntax": "<message>",