Merged from silc_1_0_branch.
[silc.git] / apps / irssi / docs / help / in / script.in
1
2 @SYNTAX:script@
3
4 Irssi has very powerful support for scripts written in Perl - they can extend functionality of Irssi in almost unlimited way, and they still keep the client's core unbloated, light and fast. You can control loading and execution of such scripts by this command.
5
6 Without any parameters, /SCRIPT acts in same way as if you would call /SCRIPT LIST.
7
8 /SCRIPT LIST displays list of all currently loaded scripts, together with full path to their source files.
9
10 /SCRIPT EXEC executes the <commands> as a little perl script. It doesn't preserve it loaded in memory, unless -permanent is specified.
11
12 /SCRIPT LOAD loads the <script> in memory and executes it.
13
14 /SCRIPT UNLOAD unloads the <script> from memory.
15
16 /SCRIPT RESET unloads all loaded scripts and resets the perl interpreter.
17
18 See also: LOAD, UNLOAD, RUN
19