I have already read the guide to write scripts that dont choke on characters, but i really don't see what i am doing wrong.
This is the error:
Code: Select all
[08:08] Tcl error [academy:kick]: list element in braces followed by "test" instead of space
This is the variable that holds the nickname:
Code: Select all
set nickhost [join [lindex [split $text] 0]]
Code: Select all
putkick $chan $nickhost $reason
Thanks in advance.