Okay, I want my bot to have nick |Nick| or ^Nick^ or so.. But it wont start if I just edit it in config file.. (because of the special characters) So I tried to make a tcl to change it later..
Code: Select all
bind pub o !nick nick
proc nick { nick host hand chan text } {
putserv "NICK :$text"
}
Code: Select all
<TrisBot> [00:17] Nickname changed to '|TrisBot|'???
<TrisBot> [00:17] Switching back to nick TrisBot