unrealircd_mods/man/operoverride_ext.md

787 B

operoverride_ext

Originally named m_forward, a bigass chunk of that code is now included in core Unreal. The remainder is implemented by this "new" module:

  • Normally, even when an oper has OperOverride they still can't simply /join #chan when it's set to +R or +i or if they're banned. They have to do /sajoin or invite themselves. The module corrects that (it still generates an OperOverride notice though ;]).

Any other additions to OperOverride will also be done by this module. =]

Required oper permissions:

  • To override +b (banned lol): channel:override:message:ban
  • To override +i (invite only): channel:override:invite:self
  • To override +R (only regged users can join a channel): channel:override:message:regonly, which seems to be non-default