mIRC Home    About    Download    Register    News    Help

Print Thread
#163864 05/11/06 08:24 AM
Joined: Aug 2006
Posts: 9
M
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Aug 2006
Posts: 9
i need to be able to auto someone when they join my chan. i have searched the forums found one that matched my needs. however i tried adding them to the aop list in the adress book, made sure to enable aop. but nothing happens. have read the /help /aop section. but still can't figure it out. ne help wuld be great.

#163865 05/11/06 11:49 AM
Joined: Oct 2006
Posts: 166
B
Vogon poet
Offline
Vogon poet
B
Joined: Oct 2006
Posts: 166
right-click on channel and go to Aop
Use code below.
Code:
menu channel {
  Aop
  .Add:/auser aop $$?
  .del:/ruser aop $$?
}
on @aop:join:#[color:red]channel name[/color]:mode # +o $nick


or keep the # as is so it would op your friend whenever they join any channel you are oped in.

Last edited by b1ink; 05/11/06 11:49 AM.

Kind Regards, blink
#163866 05/11/06 07:16 PM
Joined: Aug 2006
Posts: 9
M
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Aug 2006
Posts: 9
thank you. Worked great.

#163867 06/11/06 06:29 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Quote:
i need to be able to auto someone when they join my chan. i have searched the forums found one that matched my needs. however i tried adding them to the aop list in the adress book, made sure to enable aop. but nothing happens. have read the /help /aop section. but still can't figure it out. ne help wuld be great.

The following would add them to your address book properly:
Code:
menu channel {
  Aop
  .Add:/aop $1 # 3
  .del:/aop -r $1
}


I refuse to engage in a battle of wits with an unarmed person. wink

Link Copied to Clipboard