mirror of
https://gitea.dmz.rs/Decentrala/chatbot.git
synced 2026-07-11 05:52:29 +02:00
6 lines
155 B
Python
6 lines
155 B
Python
def processmsg(msg, rcpt):
|
|
if msg.startswith("!"):
|
|
return ""
|
|
elif "youtube.com/watch" in msg:
|
|
return msg.replace("youtube.com", "iv.datura.network")
|