mIRC Home    About    Download    Register    News    Help

Print Thread
#166492 11/12/06 04:31 PM
Joined: Dec 2006
Posts: 1
S
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Dec 2006
Posts: 1
I'm trying to make a notice to my aops in the server every time they join.

i got

on ^*:JOIN:#:{ notice $nick bla bla }

but I want to msg only the operators (sop, aop, ircop, founder etc).

How would I do this?

Steganos #166496 11/12/06 05:17 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You can put all of them into your user list and set them to a specific level, or levels. Then, you can do:

on 100:join:#chan: { }

and just change 100 to match whatever level(s) you set the people at.

Or, you can send the message when they are opped instead of when they join.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard