diff --git a/functions.py b/functions.py index 556c6a5..9884e5d 100644 --- a/functions.py +++ b/functions.py @@ -5,7 +5,7 @@ def processmsg(msg, rcpt): if "youtube.com/watch" in msg: return msg.replace("youtube.com", "iv.datura.network") elif msg.startswith("!"): - return command(msg) + return command(msg, "") elif "good bot" in msg: return "^_^"