diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-08 13:06:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-08 13:06:09 +0000 |
commit | 10f9b491f4b2e8c05653aa2802ea5f06ff641d96 (patch) | |
tree | 5346c71e9693b26268ce1633487e5277cda51f03 /docs | |
parent | 034c2c65df4fad4efe08f2a3f332b5772d59c607 (diff) |
Changed documentation of /loadmodule and /unloadmodule to include parameters
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1010 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/helpop.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/helpop.conf.example b/docs/helpop.conf.example index 5e358e2aa..8945c3a0c 100644 --- a/docs/helpop.conf.example +++ b/docs/helpop.conf.example @@ -269,10 +269,10 @@ line3="numbers and flags. If you are not an operator, you will see reduced" line4="detail."> -<loadmodule line1="/LOADMODULE" +<loadmodule line1="/LOADMODULE [filename.so]" line2="Loads a module into the IRCd."> -<unloadmodule line1="/UNLOADMODULE" +<unloadmodule line1="/UNLOADMODULE [filename.so]" line3="Unloads a module from the IRCd. The module cannot have the static" line4="flag set (see the output of /MODULES)"> |