mirror of
https://gitea.dmz.rs/Decentrala/chatbot.git
synced 2026-07-11 05:52:29 +02:00
move functions to seperate file
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def processmsg(msg, rcpt):
|
||||
if msg.startswith("!"):
|
||||
return ""
|
||||
elif "youtube.com/watch" in msg:
|
||||
return msg.replace("youtube.com", "iv.datura.network")
|
||||
Reference in New Issue
Block a user