Yes its from a trivia script i wrote from scratch.
I was thinking of something to add the letters after the split, but never got it working.
Code: Select all
set temp(ignore) [list nick1 nick2 nick3]
Code: Select all
if {[lsearch -nocase $nickname $temp(ignore)] ne "-1"} { return }