summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/games.py b/games.py
index 1008516..532da5d 100644
--- a/games.py
+++ b/games.py
@@ -26,7 +26,7 @@ async def handle_game_command(bot_api, room_id: str, sender: str, body: str, sel
lower = stripped.lower()
# Passive trigger: any message containing "what to play"
- if "what to play" in lower and not lower.startswith("!") and self_name in lower:
+ if "what to play" in lower and not lower.startswith("!"):
pick = db.find_item(CATEGORY)
reply = f"Fresh from the list of considerations:\n\n{_format(pick)}" if pick else "No games in the list yet. Use !addgame to add one!"
await bot_api.send_text_message(room_id, reply)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage