From e58abcda8da2847e6ac30526bd89ffaa709812a9 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 6 Dec 2024 23:02:43 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 != "":