Add some more FAQs as requested by AiAe
This commit is contained in:
parent
31971d4a8b
commit
96add06b44
|
@ -60,6 +60,10 @@ def faq(fro, chan, message):
|
||||||
return "Check the server status (here!)[https://ripple.moe/index.php?p=27]"
|
return "Check the server status (here!)[https://ripple.moe/index.php?p=27]"
|
||||||
elif message[0] == "english":
|
elif message[0] == "english":
|
||||||
return "Please keep this channel in english."
|
return "Please keep this channel in english."
|
||||||
|
elif message[0] == "topic":
|
||||||
|
return "Can you please drop the topic and talk about something else?"
|
||||||
|
elif message[0] == "lines":
|
||||||
|
return "Please try to keep your sentences on a single line to avoid getting silenced."
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user