mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
help: Remove mention of remote commands that do not actually work.
This commit is contained in:
parent
faae23e6af
commit
73c42a6766
7 changed files with 9 additions and 39 deletions
|
@ -1,7 +1,5 @@
|
||||||
DIE server.name [server.name]
|
DIE server.name
|
||||||
|
|
||||||
Terminates the IRC server. If a second server name
|
Terminates the IRC server.
|
||||||
is provided, remotely terminate that server. In this
|
|
||||||
case, both server names must match.
|
|
||||||
|
|
||||||
- Requires Oper Priv: oper:die
|
- Requires Oper Priv: oper:die
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
MODLIST [match string] [server.name]
|
MODLIST [match string]
|
||||||
|
|
||||||
-- List the modules that are currently loaded into the
|
-- List the modules that are currently loaded into the
|
||||||
ircd, along with their address and version.
|
ircd, along with their address and version.
|
||||||
When a match string is provided, modlist only prints
|
When a match string is provided, modlist only prints
|
||||||
modules with names matching the match string.
|
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
|
- Requires Oper Priv: oper:admin
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
MODLOAD <[path/]module.so> [server.name]
|
MODLOAD <[path/]module.so>
|
||||||
|
|
||||||
-- Load a module into the ircd
|
-- Load a module into the ircd
|
||||||
the optional path can be an absolute path
|
the optional path can be an absolute path
|
||||||
from / or from the IRCD_PREFIX
|
from / or from the IRCD_PREFIX
|
||||||
(ie modules/autoload/m_users.so)
|
(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
|
- Requires Oper Priv: oper:admin
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
MODRELOAD <module.so> [server.name]
|
MODRELOAD <module.so>
|
||||||
|
|
||||||
-- Reload a module in the ircd
|
-- Reload a module in the ircd
|
||||||
Use just the module name, the path is not needed.
|
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
|
- Requires Oper Priv: oper:admin
|
||||||
|
|
|
@ -1,12 +1,7 @@
|
||||||
MODRESTART [server.name]
|
MODRESTART
|
||||||
|
|
||||||
-- Reload all modules into the ircd
|
-- Reload all modules into the ircd
|
||||||
All modules are unloaded, then those in modules/autoload
|
All modules are unloaded, then those in modules/autoload
|
||||||
are loaded
|
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
|
- Requires Oper Priv: oper:admin
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
MODUNLOAD <module.so> [server.name]
|
MODUNLOAD <module.so>
|
||||||
|
|
||||||
-- Unload a module from the ircd
|
-- Unload a module from the ircd
|
||||||
Use just the module name, the path is not needed.
|
Use just the module name, the path is not needed.
|
||||||
When a module is unloaded, all commands associated
|
When a module is unloaded, all commands associated
|
||||||
with it are unloaded as well.
|
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
|
- Requires Oper Priv: oper:admin
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
RESTART server.name [server.name]
|
RESTART server.name
|
||||||
|
|
||||||
Restarts the IRC server. If a second server name
|
Restarts the IRC server.
|
||||||
is provided, remotely restart that server. In this
|
|
||||||
case, both server names must match.
|
|
||||||
|
|
||||||
- Requires Oper Priv: oper:admin
|
- Requires Oper Priv: oper:admin
|
||||||
|
|
Loading…
Reference in a new issue