mIRC Home    About    Download    Register    News    Help

Print Thread
#119134 01/05/05 09:52 PM
Joined: Apr 2005
Posts: 4
P
Self-satisified door
OP Offline
Self-satisified door
P
Joined: Apr 2005
Posts: 4
If I'm registered as an op in a channel and I want auto-ops as I enter the channel... what do I put in my performs list to make this happen?

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Your previous thread states it's on Undernet, now I've never used undernet so I don't know what their services do etc. If there's a command you type to gain operator status put it in an on join event in mIRC Scripts Editor (Alt + R).

Code:

Code:
On me:*:Join:#ChannelWithOps: {
   command to become an operator
}


Change #ChannelWithOps to the channl you have operator status in,changing it to # on it's own works in all channels.

-Andy


Link Copied to Clipboard