view mcabber/doc/help/en/hlp_module.txt @ 1753:5173a1350725

Update help for /module command
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 12:28:55 +0200
parents bafcb83fd585
children a6d71ddf927f
line wrap: on
line source


 /MODULE load|unload [-f] module
 /MODULE info module
 /MODULE [list]

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]) [any extra info, like version or dependencies]