diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-07 19:47:51 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-07 19:47:51 +0200 |
commit | 5e8947a8b0943ae569876af105c4702ab2d95742 (patch) | |
tree | 64a7b1e2de39060548121ea8f8dfa13b9df89910 /docs/help/in/load.in | |
parent | 99b629ab2040b1a4ed9a07fcf0f3998d4c1bad5d (diff) | |
download | irssi-5e8947a8b0943ae569876af105c4702ab2d95742.zip |
Syntax documentation rewrite for L-commands
Rewrote the syntax documentation for all commands starting with L.
Diffstat (limited to 'docs/help/in/load.in')
-rw-r--r-- | docs/help/in/load.in | 23 |
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 |