i made a script that shows some text in query when you tipe !help in the channel
but i just want that it is just for the channel i enter in the tcl
what do i have to add so that the bot only notices this command in channels !help is needed
set helpchan "#channel"
proc bla {nick hand uhost chan text} {
global helpchan
if {[string tolower $chan] != [string tolower $helpchan]} { return }
continue with your code..
Once the game is over, the king and the pawn go back in the same box.