fix pony
This commit is contained in:
parent
0cc497111f
commit
697ac58ef3
@ -6120,7 +6120,7 @@ def pony(var, wrapper, message):
|
|||||||
elif rnd < 0.88:
|
elif rnd < 0.88:
|
||||||
pony = messages["pony_choices"][1]
|
pony = messages["pony_choices"][1]
|
||||||
elif rnd < 0.95:
|
elif rnd < 0.95:
|
||||||
pony = messages["pony_choices"][2].format(nick=nick)
|
pony = messages["pony_choices"][2].format(nick=wrapper.source.nick)
|
||||||
else:
|
else:
|
||||||
wrapper.send(messages["pony_fly"])
|
wrapper.send(messages["pony_fly"])
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user