diff options
| author | 2005-04-07 19:29:28 +0000 | |
|---|---|---|
| committer | 2005-04-07 19:29:28 +0000 | |
| commit | c3da4e977ae2bc451e2ec059bf3594dbd0b9c933 (patch) | |
| tree | 99cbae468c1c3f19d5670004877012ae1dcda380 /docs | |
| parent | Fixed typo in new /modules (diff) | |
| download | inspircd++-c3da4e977ae2bc451e2ec059bf3594dbd0b9c933.tar.gz inspircd++-c3da4e977ae2bc451e2ec059bf3594dbd0b9c933.tar.bz2 inspircd++-c3da4e977ae2bc451e2ec059bf3594dbd0b9c933.zip | |
Documented /LOADMODULE and /UNLOADMODULE plus new /MODULES behaviour
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1005 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/helpop.conf.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/helpop.conf.example b/docs/helpop.conf.example index b419fe886..5e358e2aa 100644 --- a/docs/helpop.conf.example +++ b/docs/helpop.conf.example @@ -266,7 +266,15 @@ <modules line1="/MODULES" line2="Lists currently loaded modules, their memory offsets and version" - line3="numbers."> + line3="numbers and flags. If you are not an operator, you will see reduced" + line4="detail."> + +<loadmodule line1="/LOADMODULE" + line2="Loads a module into the IRCd."> + +<unloadmodule line1="/UNLOADMODULE" + line3="Unloads a module from the IRCd. The module cannot have the static" + line4="flag set (see the output of /MODULES)"> <umodes line1="User Modes" line2="----------" |
