comparison mcabber/doc/help/en/hlp_module.txt @ 1776:a6d71ddf927f

Help file update Add module to the list of commands, and a few misc. minor changes.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 23:19:01 +0100
parents 5173a1350725
children
comparison
equal deleted inserted replaced
1775:2ab9db4864b3 1776:a6d71ddf927f
4 /MODULE [list] 4 /MODULE [list]
5 5
6 Load, unload or show info on module. 6 Load, unload or show info on module.
7 7
8 /module load [-f] module 8 /module load [-f] module
9 Loads specified module. If -f flag is specified, most of module loading errors will be ignored. 9 Loads specified module. If -f flag is specified, most of module loading errors will be ignored.
10 /module unload [-f] module 10 /module unload [-f] module
11 Unloads specified module. 11 Unloads specified module.
12 Note: The force flag will not remove any dependent on this modules! 12 Note: The force flag will not remove any dependency on this module!
13 /module info module 13 /module info module
14 Shows available information about this module. 14 Shows available information about this module.
15 /module [list] 15 /module [list]
16 Lists modules in a format: [modulename] [reference count] ([Manually/Automatically loaded]) [any extra info, like version or dependencies] 16 Lists modules in a format: [modulename] [reference count] ([Manually/Automatically loaded]) [any extra info, like version or dependencies]