diff options
author | Peter Powell <petpow@saberuk.com> | 2018-04-14 20:02:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-04-14 20:02:44 +0100 |
commit | f3526d9511086fbda23cfb383bbf8db27b439671 (patch) | |
tree | 73d7d7271fa2c7563d19bd3333446b82fc0d23f4 | |
parent | 368adf591020261c4e8f8d066e2cbfc16add3832 (diff) |
Remove helpop sections which are now incorrect.
Both the static module flag and the CLEARCHAN command have been
removed.
-rw-r--r-- | docs/conf/helpop-full.conf.example | 18 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 2 |
2 files changed, 6 insertions, 14 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index b5d5813f2..aa63b6ebb 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -389,7 +389,7 @@ FILTER OJOIN CLEARCHAN CONNECT SQUIT RCONNECT RSQUIT DIE RESTART REHASH -CLEARCACHE LOADMODULE UNLOADMODULE + LOADMODULE UNLOADMODULE RELOADMODULE GLOADMODULE GUNLOADMODULE GRELOADMODULE CLOSE JUMPSERVER LOCKSERV UNLOCKSERV"> @@ -661,13 +661,11 @@ Loads the specified module into the local server."> <helpop key="unloadmodule" value="/UNLOADMODULE <modname> -Unloads a module from the local server. The module cannot have the -static flag set (see the output of /MODULES)."> +Unloads a module from the local server."> <helpop key="reloadmodule" value="/RELOADMODULE <modname> -Unloads and reloads a module on the local server. This module cannot -have the static flag set (see the output of /MODULES)."> +Unloads and reloads a module on the local server."> <helpop key="gloadmodule" value="/GLOADMODULE <modname> @@ -675,13 +673,11 @@ Loads the specified module on all linked servers."> <helpop key="gunloadmodule" value="/GUNLOADMODULE <modname> -Unloads a module from all linked servers. The module cannot have the -static flag set (see the output of /MODULES)."> +Unloads a module from all linked servers."> <helpop key="greloadmodule" value="/GRELOADMODULE <modname> -Unloads and reloads a module on all linked servers. This module cannot -have the static flag set (see the output of /MODULES)."> +Unloads and reloads a module on all linked servers."> <helpop key="kline" value="/KLINE <user@host> [<duration> :<reason>] @@ -752,10 +748,6 @@ The duration may be specified in seconds, or in the format 1y2w3d4h5m6s - meaning one year, two weeks, three days, 4 hours, 5 minutes and 6 seconds. All fields in this format are optional."> -<helpop key="clearcache" value="/CLEARCACHE - -This command clears the DNS cache of the local server."> - <helpop key="close" value="/CLOSE Closes all unregistered connections to the local server."> diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 0a1705a41..b38e4130e 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -65,7 +65,7 @@ FILTER CLEARCHAN CONNECT SQUIT RCONNECT RSQUIT DIE RESTART REHASH -CLEARCACHE LOADMODULE UNLOADMODULE + LOADMODULE UNLOADMODULE RELOADMODULE GLOADMODULE GUNLOADMODULE GRELOADMODULE CLOSE JUMPSERVER LOCKSERV UNLOCKSERV"> |