mIRC Homepage
Posted By: theSpear Auto-Rejoin - 23/08/03 09:07 PM
A useful feature would be an auto-rejoiner.. this can be done in script, but it would be much more effective if it was in the program so everyone oculd have it..
like when their is 1 person in chan and your that person and you dont have ops to rejoin once.. then if you dont get opped then you wont do it in the chan on that network for 1hr or something.
Posted By: keeker Re: Auto-Rejoin - 23/08/03 10:29 PM
so, you want an empty room grabber built into mirc? whaddya want to do? take over a room? if you were not opped before everyone left, then it probly might be a sign that nobody wanted you opped.
Posted By: theSpear Re: Auto-Rejoin - 23/08/03 10:46 PM
no.. if your not there.. and you get deoped by like net dropping and u come back (happens alot on broadband) so no ops.. every1 leaves during the day and u can get ops...
Posted By: _D3m0n_ Re: Auto-Rejoin - 24/08/03 01:27 AM
id say u need to write a script for it..... the everyday user of mirc does not need this to grab ops from a channel thats not registered
Posted By: Watchdog Re: Auto-Rejoin - 24/08/03 07:20 AM
A shear waste of time if you ask me, but to each their own...
Posted By: hrst Re: Auto-Rejoin - 24/08/03 08:37 AM
I think this suggestion is quite good. I don't know about networks having ChanServ or something like that, but within a small channels in IRCnet it happens often like this: a channel has only two or three ops, and they disconnect. When they rejoin, the channel has ran out of ops. Then operators ask others to leave the channel and only one operator stays on the channel and uses /hop after everyone else have left. If this could be done automatically, risk, that somebody joins the channel while the only person in the channel (the real operator) is away, would be eliminated. Of course this isn't very common problem, but some small channels suffer from this.

In my opinion, too, this problem can be solved with a script. But I wouldn't reject original suggestion wink.

- hrst (@ IRCnet)
Posted By: Watchdog Re: Auto-Rejoin - 24/08/03 08:49 AM
What's wrong with:
Code:
ON *:PART:#: {
  if ($nick != $me && $calc($nick(#,0) - 1) == 1) {
    hop
  }
}
To me it's still just a way for people that hold grudges against hosts to take their room off them though.
Posted By: obsessed Re: Auto-Rejoin - 24/08/03 09:03 AM
Thats messy code:
on !*:part:#:if ($nick(#,0) == 2) hop
Posted By: Watchdog Re: Auto-Rejoin - 24/08/03 10:32 AM
Sadly most of my scripts are ancient lol. Thing is, I usually nest everything so there's no avenue for me to use the shortcuts like the ! prefix. Anyway, point taken. grin
Posted By: theSpear Re: Auto-Rejoin - 24/08/03 12:58 PM
uhm yeah.. but if u use that and their is something like chanserv that deops you.. wait n/m that wont happen cuz the person doesnt part.. duh.. im retarded.. i have like a 3 page script doing all these different checks lol
Posted By: Doomstars Re: Auto-Rejoin - 24/08/03 07:12 PM
I believe NEWNet has ChanServ sitting inside the channels or something...
Posted By: lammkott Re: Auto-Rejoin - 24/08/03 10:44 PM
Most servers (that I've seen) only have ChanServ in a registered channel if the owner/founder of the channel puts it there. I think the command is /chanserv set #channel guard on
© mIRC Discussion Forums