mIRC Homepage
Posted By: bryan007 kicking yourself bug - 16/11/07 01:31 PM
Hey when i kick myself from a channel on my mirc when i have rejoin channel when kicked ticked, i do not rejoin the channel automaully so could that be a bug then
Posted By: RoCk Re: kicking yourself bug - 16/11/07 01:40 PM

This has been reported some time ago, I think it's a bug and it should attempt to rejoin no matter who kicked you (including yourself), but some others believed it to be correct behavior as it is and not a bug.

~ Edit ~

https://forums.mirc.com/ubbthreads.php?ub...true#Post173756

Here's a script to use as a workaround until this bug is fixed, if it's fixed.

Code:

on *:KICK:#: {
  if (($istok($nick $knick,$me,32)) && ($gettok($readini($mircini,options,n0),8,44))) {
    echo $iif($gettok($readini($mircini,options,n3),23,44),-ct info #,-cst info) $&
      * Attempting to rejoin channel #
    !join #
  }
}



Yes I know about my comment about the script in the referenced thread, but that was when I thought this bug would be fixed, now it doesn't seem like it will be.

Posted By: Trashlord_ Re: kicking yourself bug - 17/11/07 05:05 PM
I don't think it's a bug.
If you kick yourself, obviously you wish to leave the channel, no?
So why should mIRC attempt to rejoin automatically?

If you want to be in the channel, simply don't kick yourself wink
© mIRC Discussion Forums