How to op an user an channel when iam ircop

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
ekoh
Posts: 1
Joined: Mon Oct 31, 2016 10:15 pm

How to op an user an channel when iam ircop

Post 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
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

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

Post 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
Locked