| View previous topic :: View next topic |
| Author |
Message |
Sloop Halfop
Joined: 12 Jul 2005 Posts: 44
|
Posted: Thu Aug 25, 2005 9:59 am Post subject: Error in timebomb.tcl |
|
|
Hi @ll,
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: |
proc IRCKick {theNick theChannel theReason} {
note "Kicking $theNick in $theChannel (Reason: $theReason)"
putserv "KICK $theChannel $theNick :$theReason"
}
|
I tried also to replace putserv with putquick but it still doesn't work. Can anyone help me please? what's wrong here?
Thanks in advance...
Sloop |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Thu Aug 25, 2005 12:02 pm Post subject: |
|
|
| is your bot op on the channel? set dcc console +v (log output to server) and see if the bot actually issues that KICK |
|
| Back to top |
|
 |
|