From 70f47635b4425a5697b77f8d0822876922f72f14 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 1 Sep 2024 01:04:47 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system.py b/modules/system.py index b2dc895..4b7cb79 100644 --- a/modules/system.py +++ b/modules/system.py @@ -510,8 +510,6 @@ def get_wikipedia_summary(search_term): def messageTrap(msg): # Check if the message contains a trap word - if "wiki:" in msg or "ask:" in msg: - return True message_list=msg.split(" ") for m in message_list: for t in trap_list: