summaryrefslogtreecommitdiff
path: root/docs/help/in/load.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/in/load.in')
-rw-r--r--docs/help/in/load.in23
1 files changed, 15 insertions, 8 deletions
diff --git a/docs/help/in/load.in b/docs/help/in/load.in
index 867654c7..643d09d3 100644
--- a/docs/help/in/load.in
+++ b/docs/help/in/load.in
@@ -1,16 +1,23 @@
+%9Syntax:%9
+
@SYNTAX:load@
-Load a plugin. If full path isn't given, irssi searches the plugin from
-directories:
+%9Parameters%9
+
+ The name of the module and submodule to load.
+
+%9Description:%9
+
+ Loads a plugin; if the full path isn't given, it will attempt to load from
+ common directories in your installation path.
- ~/.irssi/modules/
- <install dir, /usr/local or /usr maybe>/lib/irssi/modules/
+ To load a perl script, you must use the SCRIPT command.
-See plugins page of http://www.irssi.org/ to see if there's any plugins
-you'd want to use.
+%9Examples:%9
-To load a perl script you should use /SCRIPT.
+ /LOAD fish
+ /LOAD ~/irssi-fish/libfish.so
-See also: UNLOAD
+%9See also:%9 SCRIPT, UNLOAD