mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2007
Posts: 1
S
Starkom Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Mar 2007
Posts: 1
this function is not working when you're channel operator and kick yourslef from channel.

Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
I would consider that a feature. If it is you doing the kicking, mirc assumes that you want to stay out of the channel.


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
I wouldn't consider that a bug.

If you kick yourself from the channel then you obviously don't want to be in it, otherwise you wouldn't kick yourself.

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
I would consider it a bug, you should rejoin no matter who
does the kicking. What if I kick myself for script testing
purposes? I would expect to auto rejoin if it's enabled.

Joined: Mar 2007
Posts: 60
S
Babel fish
Offline
Babel fish
S
Joined: Mar 2007
Posts: 60
Maybe it would be easiest to add an Option to check whether or not you want to rejoin when kicked by yourself aswell?


"In order to succeed, your desire for success should be greater than your fear of failure."
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Then you should make yourself rejoin in the script..

I think it stands to reason that most people who kick themselves out of a channel don't want to be in it.

Joined: Feb 2006
Posts: 65
F
Babel fish
Offline
Babel fish
F
Joined: Feb 2006
Posts: 65
Quote:

I think it stands to reason that most people who kick themselves out of a channel don't want to be in it.


yes, and the same applys to kicks from other ppl.

if ur kicked from a chan, odds are someone doesn't want u in it, so if the auto-rejoin applys there why should it apply here?


known on irc as MrStonedOne
read my full post before replying or dont reply. tl;dr isn't allowed here
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Kicking someone out of a channel doesn't stop them from coming back, kickbanning does.

I'm not sure about other possible uses for the feature, but I use the rejoin on kick feature because I often get kicked out of channels as a joke - since I'm op in half of the channels I use.

Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
I dont think it should autorejoin when you kick yourself either. If you really need to kick yourself for testing purposes, and for some reason cant connect to the network a second time, you can always use services to do it for you. If neither of those options are availible then ask somebody else to kick you?


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby
Joined: Jul 2006
Posts: 11
R
Pikka bird
Offline
Pikka bird
R
Joined: Jul 2006
Posts: 11
Originally Posted By: FaiNT
Quote:

I think it stands to reason that most people who kick themselves out of a channel don't want to be in it.


yes, and the same applys to kicks from other ppl.

if ur kicked from a chan, odds are someone doesn't want u in it, so if the auto-rejoin applys there why should it apply here?

If they don't want you in, you know, they ban you.

I also get kicked as joke often, so it should obviously apply there. I also agree with the others that kicking yourself should not automatically rejoin.

Joined: Apr 2007
Posts: 1
B
Mostly harmless
Offline
Mostly harmless
B
Joined: Apr 2007
Posts: 1
If you just want to rejoin the channel after being kicked you could just code it.

Code:
on *:KICK:#: {
  .join $chan
}


Also double check if you even have that feature enabled in your mirc options.


The feeling of accomplishement is the greatest
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
-sarcasm removed by poster-

The OP wasn't requesting a auto-rejoin script, he was reporting a bug.

Last edited by RoCk; 08/04/07 04:28 PM.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I'll just chime in and say that I also don't think it should rejoin you if you kick yourself.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard