diff mcabber/doc/help/en/hlp_module.txt @ 1735:5093b5ca1572

New modules loading scheme
author Myhailo Danylenko <isbear@ukrpost.net>
date Thu, 04 Mar 2010 13:03:20 +0200
parents
children 15e1f3957786
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/doc/help/en/hlp_module.txt	Thu Mar 04 13:03:20 2010 +0200
@@ -0,0 +1,13 @@
+
+ /MODULE [-f] load|unload module
+ /MODULE [list]
+
+Load or unload module.
+
+/module [-f] load module
+ Loads specified module. If -f flag is specified, most of module loading errors will be ignored.
+/module [-f] unload module
+ Unloads specified module.
+ Note: The force flag will not remove any dependent on this modules!
+/module [list]
+ Lists modules in a format: [modulename]  [reference count] ([manually/automatically loaded]) [loaded modules, that this module depends on]