view mcabber/doc/help/en/hlp_module.txt @ 1876:9f3d7430ba78

Update IT help files (Alessandro Dotti Contra)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 05 Apr 2010 23:13:53 +0200
parents a6d71ddf927f
children
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 dependency on this module!
/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]