mIRC Homepage
Posted By: Kriminal RAW Help... - 01/05/04 01:17 AM
I need some help with this Script that'll do this:
When Someone Joins a channel it'll check if they're on the AOp & OR SOP List, and if they're not it adds them to AOp list and notices them that they've been added. I'm sure this is some kind of raw script, but I never really did learn raws.
Thanks, Krim.~
Posted By: SS217 Re: RAW Help... - 01/05/04 04:16 AM
No raws needed at all. Basically on join and on text here. I could make one for you but it's late and I'd probably screw it up and I don't have mIRC on this computer to check it.
Posted By: Kriminal Re: RAW Help... - 01/05/04 04:34 AM
Oh, Okay.. Well anyone else?
Posted By: slartibartfast Re: RAW Help... - 01/05/04 08:22 AM
Sounds abit pointless if you ask me ...

You can add adressmasks to AOP list, (atleast on DALnet)

So why not just add *!*@* and be done with it ?
Posted By: LocutusofBorg Re: RAW Help... - 01/05/04 11:09 AM
actually, adding *!*@* to dalnet's access lists is a violation of their AUP (services abuse). Second, adding everyone as AOp is completely and utterly pointless.
Posted By: Mentality Re: RAW Help... - 01/05/04 11:34 AM
Indeed, opping everyone is fairly ridiculous. Even if you are an IRC Operator, or have ChanServ to help prevent channel takeovers, why would you bother putting everyone (or some people) through the inconvenience of being kicked out all the time?

Nevertheless, if that's what you want, it's your channel and really you can do what you like with it (except if it breaks network rules as Locutus pointed out).

Slartibartfast pointed out that if you're planning to op someone when they join the channel, why not just preset an AOp mask that encapsulates "everyone" rather than wasting time checking if they're an AOp or not and then adding them? And what way do you want them to be added as an AOp?

If you're in the channel 24/7, then simply use /aop * #channel and you'll auto-op everyone who joins.

Ask in the #Help channel on the network you use, or contact an IRC Operator, to find out if it's against rules to add *!*@* to chanserv - as mentioned, it is on DALnet, as you can see here.

To put it in a simple script (which is not necessary, but just an FYI) you'd use something like:

on @*:join:#channel:{ mode # +o $nick }

and change #channel for the channel name. Due to the /aop command however, it's not necessary to make a remote file for it.

Hope this has been informative smile

Regards,
Posted By: Kriminal Re: RAW Help... - 01/05/04 05:10 PM
Thanks guys, I know how pointless it is, but I needed it...
© mIRC Discussion Forums