0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 11:48:54 +02:00

help: Remove mention of remote commands that do not actually work.

This commit is contained in:
Jilles Tjoelker 2013-11-22 23:34:54 +01:00
parent faae23e6af
commit 73c42a6766
7 changed files with 9 additions and 39 deletions

View file

@ -1,7 +1,5 @@
DIE server.name [server.name]
DIE server.name
Terminates the IRC server. If a second server name
is provided, remotely terminate that server. In this
case, both server names must match.
Terminates the IRC server.
- Requires Oper Priv: oper:die

View file

@ -1,14 +1,8 @@
MODLIST [match string] [server.name]
MODLIST [match string]
-- List the modules that are currently loaded into the
ircd, along with their address and version.
When a match string is provided, modlist only prints
modules with names matching the match string.
A server name may also be provided to list currently
loaded modules on that server if you have the modules
shared priv on that server. If you're doing modlist
on a remote server, a match string is required, but *
will list all modules.
- Requires Oper Priv: oper:admin

View file

@ -1,13 +1,8 @@
MODLOAD <[path/]module.so> [server.name]
MODLOAD <[path/]module.so>
-- Load a module into the ircd
the optional path can be an absolute path
from / or from the IRCD_PREFIX
(ie modules/autoload/m_users.so)
A server name may also be provided to load a module
on a remote server if you have the modules shared priv
on that server. Wildcards for server name may also be
used to load a module on multiple servers.
- Requires Oper Priv: oper:admin

View file

@ -1,11 +1,6 @@
MODRELOAD <module.so> [server.name]
MODRELOAD <module.so>
-- Reload a module in the ircd
Use just the module name, the path is not needed.
A server name may also be provided to reload a module
on a remote server if you have the modules shared priv
on that server. Wildcards for server name may also be
used to reload a module on multiple servers.
- Requires Oper Priv: oper:admin

View file

@ -1,12 +1,7 @@
MODRESTART [server.name]
MODRESTART
-- Reload all modules into the ircd
All modules are unloaded, then those in modules/autoload
are loaded
A server name may also be provided to reload all modules
on a remote server if you have the modules shared priv
on that server. Wildcards for server name may also be
used to reload all modules on multiple servers.
- Requires Oper Priv: oper:admin

View file

@ -1,13 +1,8 @@
MODUNLOAD <module.so> [server.name]
MODUNLOAD <module.so>
-- Unload a module from the ircd
Use just the module name, the path is not needed.
When a module is unloaded, all commands associated
with it are unloaded as well.
A server name may also be provided to unload a module
from a remote server if you have the modules shared priv
on that server. Wildcards for server name may also be used
to unload a module from multiple servers.
- Requires Oper Priv: oper:admin

View file

@ -1,7 +1,5 @@
RESTART server.name [server.name]
RESTART server.name
Restarts the IRC server. If a second server name
is provided, remotely restart that server. In this
case, both server names must match.
Restarts the IRC server.
- Requires Oper Priv: oper:admin