diff --git a/sweebot.py b/sweebot.py index 3c9612d..4f4617b 100644 --- a/sweebot.py +++ b/sweebot.py @@ -349,7 +349,7 @@ while True: irc.send_irc(channel, "tip, ping, whoami, perms, version, figlet, tdfiglet, cowsay, uptime, cc, joke, botsnack. (restart, join, part, shell, config, pull.) Use '$help (command)' for explanation.") elif command[0] == "$tip": - system(["fortune"], channel) + system(["/usr/games/fortune", "debian-hints"], channel) elif command[0] == "$whoami": if perms != "":