mIRC Home    About    Download    Register    News    Help

Print Thread
#43801 23/08/03 09:07 PM
Joined: Aug 2003
Posts: 5
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Aug 2003
Posts: 5
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.


Check out my website http://www.theSpear.net
#43802 23/08/03 10:29 PM
Joined: Dec 2002
Posts: 204
K
Fjord artisan
Offline
Fjord artisan
K
Joined: Dec 2002
Posts: 204
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.


keek: Scots - intr.v. keeked, keekĀ·ing, keeks
To peek; peep.
#43803 23/08/03 10:46 PM
Joined: Aug 2003
Posts: 5
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Aug 2003
Posts: 5
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...


Check out my website http://www.theSpear.net
#43804 24/08/03 01:27 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
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


D3m0nnet.com
#43805 24/08/03 07:20 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
A shear waste of time if you ask me, but to each their own...

#43806 24/08/03 08:37 AM
Joined: Aug 2003
Posts: 2
H
Bowl of petunias
Offline
Bowl of petunias
H
Joined: Aug 2003
Posts: 2
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)


Air tastes good.
#43807 24/08/03 08:49 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
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.

#43808 24/08/03 09:03 AM
Joined: Jun 2003
Posts: 130
O
Vogon poet
Offline
Vogon poet
O
Joined: Jun 2003
Posts: 130
Thats messy code:
on !*:part:#:if ($nick(#,0) == 2) hop


If only women came with popup menus and online help.
#43809 24/08/03 10:32 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
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

#43810 24/08/03 12:58 PM
Joined: Aug 2003
Posts: 5
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Aug 2003
Posts: 5
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


Check out my website http://www.theSpear.net
#43811 24/08/03 07:12 PM
Joined: Dec 2002
Posts: 343
D
Pan-dimensional mouse
Offline
Pan-dimensional mouse
D
Joined: Dec 2002
Posts: 343
I believe NEWNet has ChanServ sitting inside the channels or something...

#43812 24/08/03 10:44 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
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


- Jason

Link Copied to Clipboard