mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
help: Fix some required oper privileges.
This commit is contained in:
parent
73c42a6766
commit
1de147abc5
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ $$servermask - Send a message to a server or set of
|
||||||
$#hostmask - Send a message to users matching the
|
$#hostmask - Send a message to users matching the
|
||||||
hostmask specified.
|
hostmask specified.
|
||||||
|
|
||||||
These two are operator only.
|
These two require Oper Priv: oper:mass_notice
|
||||||
|
|
||||||
The nick can be extended to fit into the following
|
The nick can be extended to fit into the following
|
||||||
syntax:
|
syntax:
|
||||||
|
|
|
@ -2,4 +2,4 @@ RESTART server.name
|
||||||
|
|
||||||
Restarts the IRC server.
|
Restarts the IRC server.
|
||||||
|
|
||||||
- Requires Oper Priv: oper:admin
|
- Requires Oper Priv: oper:die
|
||||||
|
|
|
@ -5,4 +5,4 @@ who are umode +w (including non-opers).
|
||||||
|
|
||||||
Server sent WALLOPS go to all opers who are umode +w.
|
Server sent WALLOPS go to all opers who are umode +w.
|
||||||
|
|
||||||
- Requires Oper Priv: oper:operwall
|
- Requires Oper Priv: oper:mass_notice
|
||||||
|
|
Loading…
Reference in a new issue