From 73c42a6766e2279d4713c4e67de3838036940998 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Fri, 22 Nov 2013 23:34:54 +0100 Subject: [PATCH] help: Remove mention of remote commands that do not actually work. --- help/opers/die | 6 ++---- help/opers/modlist | 8 +------- help/opers/modload | 7 +------ help/opers/modreload | 7 +------ help/opers/modrestart | 7 +------ help/opers/modunload | 7 +------ help/opers/restart | 6 ++---- 7 files changed, 9 insertions(+), 39 deletions(-) diff --git a/help/opers/die b/help/opers/die index ec816e393..9cee587bf 100644 --- a/help/opers/die +++ b/help/opers/die @@ -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 diff --git a/help/opers/modlist b/help/opers/modlist index adb1bce43..e98bf528d 100644 --- a/help/opers/modlist +++ b/help/opers/modlist @@ -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 diff --git a/help/opers/modload b/help/opers/modload index 2e47b70a7..5d4f338ef 100644 --- a/help/opers/modload +++ b/help/opers/modload @@ -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 diff --git a/help/opers/modreload b/help/opers/modreload index 94fe40ca3..933eebe56 100644 --- a/help/opers/modreload +++ b/help/opers/modreload @@ -1,11 +1,6 @@ -MODRELOAD [server.name] +MODRELOAD -- 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 diff --git a/help/opers/modrestart b/help/opers/modrestart index ee279093d..d4bd9ea87 100644 --- a/help/opers/modrestart +++ b/help/opers/modrestart @@ -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 diff --git a/help/opers/modunload b/help/opers/modunload index 5576f879d..56a44306e 100644 --- a/help/opers/modunload +++ b/help/opers/modunload @@ -1,13 +1,8 @@ -MODUNLOAD [server.name] +MODUNLOAD -- 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 diff --git a/help/opers/restart b/help/opers/restart index d8a13fded..999686fc5 100644 --- a/help/opers/restart +++ b/help/opers/restart @@ -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