mIRC Homepage
Posted By: shea OP on join - 13/10/04 12:54 AM
can someone help me with the code that will op people when they join a channel.

just so when ever a user joins they get opped?

thanks

shea.
Posted By: Relinsquish Re: OP on join - 13/10/04 12:57 AM
Code:
On *:JOIN:#YourChannelName: {
If ($Me !isvoice #) && ($Me !isreg #) { mode # +o $Nick }
}

The only thing you should edit from there is the #YourChannelName nothing else.
Posted By: shea Re: OP on join - 13/10/04 01:05 AM
thank you veyr much
Posted By: bleah Re: OP on join - 13/10/04 03:14 AM
Or you could go to the Address Book (alt+b), Control Tab, select "Op", Click Add, enter *!*@*, the channel and the network,, OK, make sure it's enabled.

The advantage of doing it this way is that it won't excess flood on a netsplit rejoin.
Posted By: Daedalus Re: OP on join - 13/10/04 11:50 AM
on @*:JOIN:#YourChannelName: { mode # +o $nick }
© mIRC Discussion Forums