Fix a stupid bug, thanks to @ShadowNinja
This commit is contained in:
parent
66fc3f6a78
commit
19d20395c7
4
tell.py
4
tell.py
@ -40,8 +40,8 @@ def tell(phenny, input):
|
|||||||
|
|
||||||
response = "I'll pass that on when %s is around" % target
|
response = "I'll pass that on when %s is around" % target
|
||||||
rand = random.random()
|
rand = random.random()
|
||||||
if rand > 0.75: response = "yeah, yeah"
|
if rand > 0.85: response = "yeah, sure, whatever"
|
||||||
elif rand > 0.85: response = "yeah, sure, whatever"
|
elif rand > 0.75: response = "yeah, yeah"
|
||||||
|
|
||||||
phenny.reply(response)
|
phenny.reply(response)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user