I loaded the little fun game TIMEBOMB.TCL but it seems there's a problem: When cutting the wrong fire and the bomb blows up, the user is NOT KICKED out of the channel. Meanwhile I checked the partyline of this channel, and I get the message:
"userxyz is kicked of #channelname (*SNIP* ... BOOOOOOM!)"
but the process KICK seems not to work. I checked the .tcl script, and its doint the kick by this code:
Code: Select all
proc IRCKick {theNick theChannel theReason} {
note "Kicking $theNick in $theChannel (Reason: $theReason)"
putserv "KICK $theChannel $theNick :$theReason"
}
Thanks in advance...
Sloop