mIRC Homepage
Posted By: Chmura Simple autoop for one person on a channel - 18/01/05 08:20 AM
i need a simple script that will make my mirc autoop one person on one channel or any channel whenever the person joins it when im in there, it can op by nick
can someone help me out?
Code:
on @*:Join:#: {
  if ($nick == [color:blue]nick[/color]) { 
    mode $chan +o [color:blue]nick[/color]
  }
}
You can use mIRC's /aop command. See /help /aop. Here's a few examples:

/aop nickname #channel

This will make you auto-op 'nickname' in #channel, but only if he uses that nickname.

/aop nickname

This will auto-op 'nickname' on any channel you're an op in.

/aop nickname #channel 3

This will add a nickname's *!*user@*.domain to your AOp list, meaning they can join with any nickname, but as long as their [email]user@host[/email] stays the same, they will be opped.

Regards,
Posted By: Chmura Re: Simple autoop for one person on a channel - 18/01/05 08:36 AM
great
thank you very much smile
© mIRC Discussion Forums