aboutsummaryrefslogtreecommitdiffstats
path: root/jeeves/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'jeeves/admin.py')
-rw-r--r--jeeves/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jeeves/admin.py b/jeeves/admin.py
index 8738025..d210701 100644
--- a/jeeves/admin.py
+++ b/jeeves/admin.py
@@ -98,7 +98,7 @@ def cmd_follow(bot, trigger):
bot.notice("follow off", trigger.nick)
else:
state = "on" if bot.memory.get("jv_follow_enabled") else "off"
- bot.notice(f"follow is {state} — usage: !follow <on|off>", trigger.nick)
+ bot.notice(f"follow is {state}. usage: !follow <on|off>", trigger.nick)
@plugin.command("unfollow")