]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Some updates and consistency fixes to help files.
authorJilles Tjoelker <redacted>
Wed, 25 Jun 2008 21:52:28 +0000 (23:52 +0200)
committerJilles Tjoelker <redacted>
Wed, 25 Jun 2008 21:52:28 +0000 (23:52 +0200)
help/opers/info
help/opers/kill
help/opers/modlist
help/opers/modload
help/opers/modrestart
help/opers/modunload
help/opers/oper
help/opers/operwall
help/opers/wallops

index 80d9332946a54a491452d33a98fa60870aa675f8..09def2b7f354ad7e66294de46ccb248f2eb8ed7d 100644 (file)
@@ -1,5 +1,8 @@
-INFO
+INFO [server]
 
 INFO displays the copyright, list of authors and contributors
 to ircd, and the server configuration (as defined in config.h
 and ircd.conf).
+
+If an argument is supplied, the information for the server
+specified will be returned.
index b24c2aa0e65462e3510c1b18cdf59be1a8f522a5..93153ff6814753b12486e674b5e51d5fea60773e 100644 (file)
@@ -2,4 +2,6 @@ KILL <nick> <reason>
 
 Disconnects user <nick> from the IRC server he/she
 is connected to with reason <reason>.
+
+- Requires Oper Priv: C
 - Requires Oper Priv: O for users not on your IRC server
index 0abc907e5a7452fede582a6a93fb3fdb6b54cf5e..58c5b0da16fe16b5a6541c2fdc48d79398ff4f14 100644 (file)
@@ -4,4 +4,5 @@ MODLIST [match string]
 ircd, along with their address and version.
 When a match string is provided, modlist only prints
 modules with names matching the match string.
-NOTE:  Restricted to admins only
+
+- Requires Oper Priv: A
index ee2bb8b4f5bd58870febeb6535763581bd041834..4ad68252ca183fa28d06e4edd5df9c92e5291972 100644 (file)
@@ -4,4 +4,5 @@ MODLOAD <[path/]module.so>
 the optional path can be an absolute path
 from / or from the IRCD_PREFIX
 (ie modules/autoload/m_users.so)
-NOTE:  Restricted to admins only
+
+- Requires Oper Priv: A
index d78b531b8b819355c5d7c6b7c6abb8ae28bf326c..12ceb91f18902717827b973a8b24fbfa63e70df5 100644 (file)
@@ -3,4 +3,5 @@ MODRESTART
 -- Reload all modules into the ircd
 All modules are unloaded, then those in modules/autoload
 are loaded
-NOTE:  Restricted to admins only
+
+- Requires Oper Priv: A
index 6bfcf1e9dbba9a11ebf841f3019d0dfa361aeffc..4dca1136fb62f3e8c5a8b1f82fe603bbc7b871ef 100644 (file)
@@ -4,4 +4,5 @@ MODUNLOAD <module.so>
 Use just the module name, the path is not needed.
 When a module is unloaded, all commands associated
 with it are unloaded as well.
-NOTE:  Restricted to admins only
+
+- Requires Oper Priv: A
index 08962bf2f6bee3eebf97c628a36d440d8d67047c..2156e0751bb02bd650d96cd7d037af29e6312131 100644 (file)
@@ -5,4 +5,4 @@ argument is the name of the operator as specified in the
 configuration file. The second argument is the password for
 the operator matching the name and host.
 
-The operator privileges are shown on a sucessful OPER.
+The operator privileges are shown on a successful OPER.
index e3315483514e98f798c7ec9f5c5789349d565792..55f49de03db5f7c873525a6f902576615e07e596 100644 (file)
@@ -2,3 +2,5 @@ OPERWALL :<message>
 
 Sends an OPERWALL message of <message> to all
 opers who are umode +z
+
+- Requires Oper Priv: L
index 3f1e742ca56dc3f645c9302deee3e8842635ac24..9eec6d23c7049dd6bf590278a04c4afad09871cc 100644 (file)
@@ -4,3 +4,5 @@ Sends a WALLOPS message of <message> to all users
 who are umode +w (including non-opers).
 
 Server sent WALLOPS go to all opers who are umode +w.
+
+- Requires Oper Priv: M