# HG changeset patch # User Myhailo Danylenko # Date 1268476135 -7200 # Node ID 5173a1350725b7d2b9b919dc9d783c066ed33765 # Parent 4a7c7900f600d8ad0afc2172c1f57eda3e15c6b3 Update help for /module command diff -r 4a7c7900f600 -r 5173a1350725 mcabber/doc/help/en/hlp_module.txt --- a/mcabber/doc/help/en/hlp_module.txt Sat Mar 13 12:35:15 2010 +0200 +++ b/mcabber/doc/help/en/hlp_module.txt Sat Mar 13 12:28:55 2010 +0200 @@ -1,13 +1,16 @@ /MODULE load|unload [-f] module + /MODULE info module /MODULE [list] -Load or unload module. +Load, unload or show info on module. /module load [-f] module Loads specified module. If -f flag is specified, most of module loading errors will be ignored. /module unload [-f] module Unloads specified module. Note: The force flag will not remove any dependent on this modules! +/module info module + Shows available information about this module. /module [list] - Lists modules in a format: [modulename] [reference count] ([Manually/Automatically loaded]) [loaded modules, that this module depends on] + Lists modules in a format: [modulename] [reference count] ([Manually/Automatically loaded]) [any extra info, like version or dependencies]