I made a public tcl (!keepnick) that sets keepnick to the var given. ex. set keepnick $var .
But the bot doesnt save that. Can you suggest a way on doing this?
Thanks
(c) CoMMy (c)
Resistance is Futile!!
We Are The Borg!!
keepnick can be enabled or disabled as in 1 or 0 (at least the one from the .conf file). If you want it to keep a certain nick the use "set nick the nick you want".
Once the game is over, the king and the pawn go back in the same box.
Well what i need is a tcl that you can control via a public
command !keepnick so that i can control the keepnick quickly instead of opening the config each time. I tried doing this but it doesnt work. Can you make one please?
Thanks
(c) CoMMy (c)
Resistance is Futile!!
We Are The Borg!!
if {[string match -nocase {} [lindex $arg 0]]} {
...
}
if u wana use the script, not sur don't know it but i do know u can use off on switch by setting a varable 1 & 2
1 yournick
2 bnick
and by typing !keepnick on or off u can make the bot choose a nick like sample above if on then use global variable yournick = botnick if off then use global variable bnick = botnick ..