emotion
This commit is contained in:
parent
b8eec2f545
commit
976dac4925
1 changed files with 5 additions and 0 deletions
|
@ -449,6 +449,11 @@ while True:
|
||||||
("#" * int(happiness)) +
|
("#" * int(happiness)) +
|
||||||
("-" * int(10-happiness)) + " Happy)",
|
("-" * int(10-happiness)) + " Happy)",
|
||||||
channel)
|
channel)
|
||||||
|
elif command[0] == "$meow":
|
||||||
|
if random(1,100) > (happiness*10):
|
||||||
|
multiline(meows_happy, channel)
|
||||||
|
else:
|
||||||
|
multiline(meows_upset, channel)
|
||||||
|
|
||||||
elif command[0] == "$shell":
|
elif command[0] == "$shell":
|
||||||
if perms == "full":
|
if perms == "full":
|
||||||
|
|
Loading…
Reference in a new issue