diff --git a/sweebot.py b/sweebot.py index eee2445..72e0b9f 100644 --- a/sweebot.py +++ b/sweebot.py @@ -449,6 +449,11 @@ while True: ("#" * int(happiness)) + ("-" * int(10-happiness)) + " Happy)", channel) + elif command[0] == "$meow": + if random(1,100) > (happiness*10): + multiline(meows_happy, channel) + else: + multiline(meows_upset, channel) elif command[0] == "$shell": if perms == "full":