Some updates and consistency fixes to help files.

This commit is contained in:
Jilles Tjoelker 2008-06-25 23:52:28 +02:00
parent c3f71f606e
commit 92a74bc4a6
9 changed files with 19 additions and 6 deletions

View 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.

View 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

View 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

View 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

View 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

View 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

View 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.

View File

@ -2,3 +2,5 @@ OPERWALL :<message>
Sends an OPERWALL message of <message> to all
opers who are umode +z
- Requires Oper Priv: L

View 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