mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-05 16:32:54 +02:00
Update radio.py
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ def checkVoxTrapWords(text):
|
||||
for word in words:
|
||||
if word in botMethods:
|
||||
logger.debug(f"RadioMon: VOX found bot method '{word}' in new_text '{new_text}', calling with '{new_text}'")
|
||||
return botMethods[word](0,0,0)
|
||||
return botMethods[word]()
|
||||
return None
|
||||
except Exception as e:
|
||||
logger.debug(f"RadioMon: Error in checkVoxTrapWords: {e}")
|
||||
|
||||
Reference in New Issue
Block a user