From dd371e3326020898f2c14a26037ff697e9763617 Mon Sep 17 00:00:00 2001 From: fram3d Date: Tue, 6 Feb 2024 02:13:36 +0100 Subject: [PATCH] add good bot --- functions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.py b/functions.py index b35c079..cb5ce38 100644 --- a/functions.py +++ b/functions.py @@ -5,6 +5,8 @@ def processmsg(msg, rcpt): return command(msg, rcpt) elif "youtube.com/watch" in msg: return msg.replace("youtube.com", "iv.datura.network") + elif "good bot" in msg: + return "^_^" def command(msg, rcpt): if msg.startswith("!help"):