scraper_functions #1
@ -8,8 +8,8 @@ def processmsg(msg, rcpt):
|
|||||||
|
|
||||||
def command(msg, rcpt):
|
def command(msg, rcpt):
|
||||||
if msg.startswith("!help"):
|
if msg.startswith("!help"):
|
||||||
response = "chatbot commands: \n"
|
response = "chatbot commands:" + "\n"
|
||||||
response += "!help Show this help page"
|
response += "!help Show this help page" + "\n"
|
||||||
response += "!ai [message] Ask llama2"
|
response += "!ai [message] Ask llama2"
|
||||||
return response
|
return response
|
||||||
elif msg.startswith("!ai"):
|
elif msg.startswith("!ai"):
|
||||||
|
Loading…
Reference in New Issue
Block a user