mIRC Home    About    Download    Register    News    Help

Print Thread
#190147 16/11/07 01:31 PM
Joined: Nov 2007
Posts: 1
B
Mostly harmless
OP Offline
Mostly harmless
B
Joined: Nov 2007
Posts: 1
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

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

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.


Joined: Oct 2007
Posts: 51
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2007
Posts: 51
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


Link Copied to Clipboard