From 96add06b4448706716c936848bb841810434be25 Mon Sep 17 00:00:00 2001 From: Morgan Bazalgette Date: Thu, 16 Feb 2017 22:10:03 +0100 Subject: [PATCH] Add some more FAQs as requested by AiAe --- constants/fokabotCommands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constants/fokabotCommands.py b/constants/fokabotCommands.py index b596d1d..e1b2b73 100644 --- a/constants/fokabotCommands.py +++ b/constants/fokabotCommands.py @@ -60,6 +60,10 @@ def faq(fro, chan, message): return "Check the server status (here!)[https://ripple.moe/index.php?p=27]" elif message[0] == "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: return False