aboutsummaryrefslogtreecommitdiffstats
path: root/jeeves/admin.py
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-20 00:08:40 +0300
committerAhmed <git@gumx.cc>2026-06-20 00:08:40 +0300
commit815b742006732b1ccdb665ba5c076fbb7b1e79c6 (patch)
tree24db2809ae8c3290211ef2876c9c8e509f72b2e5 /jeeves/admin.py
parentd60f3ce4d1996f207e2c693ae1102e6a5ddad701 (diff)
fix: bunch of vibed edits to fix vibed edits
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")