Update help for /module command
authorMyhailo Danylenko <isbear@ukrpost.net>
Sat, 13 Mar 2010 12:28:55 +0200
changeset 1753 5173a1350725
parent 1752 4a7c7900f600
child 1754 d8442bcb33b7
Update help for /module command
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]