annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1735
5093b5ca1572 New modules loading scheme
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
1
1738
bafcb83fd585 Update help for /module
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1736
diff changeset
2 /MODULE load|unload [-f] module
1753
5173a1350725 Update help for /module command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1738
diff changeset
3 /MODULE info module
1735
5093b5ca1572 New modules loading scheme
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
4 /MODULE [list]
5093b5ca1572 New modules loading scheme
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
5
1753
5173a1350725 Update help for /module command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1738
diff changeset
6 Load, unload or show info on module.
1735
5093b5ca1572 New modules loading scheme
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
7
1738
bafcb83fd585 Update help for /module
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1736
diff changeset
8 /module load [-f] module
1776
a6d71ddf927f Help file update
Mikael Berthe <mikael@lilotux.net>
parents: 1753
diff changeset
9 Loads specified module. If -f flag is specified, most of module loading errors will be ignored.
1738
bafcb83fd585 Update help for /module
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1736
diff changeset
10 /module unload [-f] module
1735
5093b5ca1572 New modules loading scheme
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
11 Unloads specified module.
1776
a6d71ddf927f Help file update
Mikael Berthe <mikael@lilotux.net>
parents: 1753
diff changeset
12 Note: The force flag will not remove any dependency on this module!
1753
5173a1350725 Update help for /module command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1738
diff changeset
13 /module info module
5173a1350725 Update help for /module command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1738
diff changeset
14 Shows available information about this module.
1735
5093b5ca1572 New modules loading scheme
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
15 /module [list]
1753
5173a1350725 Update help for /module command
Myhailo Danylenko <isbear@ukrpost.net>
parents: 1738
diff changeset
16 Lists modules in a format: [modulename] [reference count] ([Manually/Automatically loaded]) [any extra info, like version or dependencies]