Page 1 of 1

How to op an user an channel when iam ircop

Posted: Mon Oct 31, 2016 11:21 pm
by ekoh
Hi,
i would try to op an user on a channel on my irc server run with unreal 4 !

and so i search for the used command's, please !

Thank'you in advance :)
Ekoh

Re: How to op an user an channel when iam ircop

Posted: Sat Nov 19, 2016 2:05 am
by Stealth
You would use the /mode command, as if you were an op on the channel:

Code: Select all

/mode #channel +o user
Please note that your operclass will need to have the "override" permission, or at least "override::mode"

For reference, here is the documentation page for the operclass block: https://www.unrealircd.org/docs/Operclass_block