I'm doing a small script to kick users who use violence against the bot in ACTIONS.
But I ran up against a problem. I attempted to replace the || or statements with the trigger words with a variable called $violence. But I dont think my idea to set $violence { "*keyword*" } is right.. since its clearly failing to kick now.
if {[string match -nocase $violence $text]} {
Any ideas?? (yes I set the variable as a global.) Thanks.
- Cougar