Superboogav2 Quick Fixes (#5089)

This commit is contained in:
TheInvisibleMage 2023-12-31 16:03:23 +11:00 committed by GitHub
parent 2734ce3e4c
commit 485b85ee76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 25 deletions

View file

@ -16,9 +16,9 @@ def _remove_special_tokens(string):
return re.sub(pattern, '', string)
def input_modifier_internal(string, collector):
def input_modifier_internal(string, collector, is_chat):
# Sanity check.
if shared.is_chat():
if is_chat:
return string
# Find the user input