diff --git a/sweebot.py b/sweebot.py index d0ca5b3..2450549 100644 --- a/sweebot.py +++ b/sweebot.py @@ -448,7 +448,7 @@ while True: if not sbconfig.cflagexist(channel, "-multiline"): if len(command) > 1: try: - system(['cowsay'] + command[1:], channel) + system(['/usr/games/cowsay'] + command[1:], channel) except Exception as ex: irc.send_irc(channel, nick + ": " + ex.__class__.__name__) else: