From: JD Horelick Date: Sat, 8 Nov 2014 23:45:55 +0000 (-0500) Subject: Add missing oper-only commands to oper class blocks X-Git-Tag: v2.0.23~102 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c35ad9206cbcf544bf84a9d54e03c750c0c381ba;p=user%2Fhenk%2Fcode%2Finspircd.git Add missing oper-only commands to oper class blocks --- diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index d03d019c6..e3bcc1969 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -15,7 +15,7 @@ name="Shutdown" # commands: Oper-only commands that opers of this class can run. - commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOADMODULE GUNLOADMODULE GRELOADMODULE" + commands="DIE RESTART REHASH LOADMODULE UNLOADMODULE RELOADMODULE GLOADMODULE GUNLOADMODULE GRELOADMODULE" # privs: Special privileges that users with this class may utilise. # VIEWING: @@ -39,11 +39,11 @@ # chanmodes: Oper-only channel modes that opers with this class can use. chanmodes="*"> - + - + #-#-#-#-#-#-#-#-#-#-#-#- OPERATOR COMPOSITION -#-#-#-#-#-#-#-#-#-#-#