annotate mcabber/doc/help/en/hlp_module.txt @ 2269:766666eb6928

Link with the tinfo library On some systems we have to explicitly link with libtinfo. pkg-config cannot be used on every system with ncurses, see discussion in https://bugs.gentoo.org/show_bug.cgi?id=457530#c18 For now we'll use the same fix as Mutt: https://dev.mutt.org/hg/mutt/rev/c84aa0d62ce3 Thanks to Wolfram Schlich for the report and troubleshooting!
author Mikael Berthe <mikael@lilotux.net>
date Mon, 12 Sep 2016 22:39:04 +0200
parents a6d71ddf927f
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]