2001-01-05 03:21:07 -05:00
|
|
|
|
2014-07-07 13:47:51 -04:00
|
|
|
%9Syntax:%9
|
|
|
|
|
2001-01-05 03:21:07 -05:00
|
|
|
@SYNTAX:load@
|
|
|
|
|
2014-08-07 16:00:40 -04:00
|
|
|
%9Parameters:%9
|
2014-07-07 13:47:51 -04:00
|
|
|
|
|
|
|
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.
|
2001-01-05 03:21:07 -05:00
|
|
|
|
2014-07-07 13:47:51 -04:00
|
|
|
To load a perl script, you must use the SCRIPT command.
|
2001-01-05 03:21:07 -05:00
|
|
|
|
2014-07-07 13:47:51 -04:00
|
|
|
%9Examples:%9
|
2001-01-05 03:21:07 -05:00
|
|
|
|
2014-07-07 13:47:51 -04:00
|
|
|
/LOAD fish
|
|
|
|
/LOAD ~/irssi-fish/libfish.so
|
2009-09-02 17:46:57 -04:00
|
|
|
|
2014-07-07 13:47:51 -04:00
|
|
|
%9See also:%9 SCRIPT, UNLOAD
|
2001-01-05 03:21:07 -05:00
|
|
|
|