From 5e8947a8b0943ae569876af105c4702ab2d95742 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Mon, 7 Jul 2014 19:47:51 +0200 Subject: Syntax documentation rewrite for L-commands Rewrote the syntax documentation for all commands starting with L. --- docs/help/in/load.in | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'docs/help/in/load.in') 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/ - /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 -- cgit v1.2.3