From 4d2fa306dbc02a0e164c5cd114dfb2374e2e63c0 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 24 Mar 2002 08:02:50 +0000 Subject: [PATCH] added, patch by pasky git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2640 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/help/in/script.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/help/in/script.in diff --git a/docs/help/in/script.in b/docs/help/in/script.in new file mode 100644 index 00000000..0354512b --- /dev/null +++ b/docs/help/in/script.in @@ -0,0 +1,19 @@ + +@SYNTAX:script@ + +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. + +Without any parameters, /SCRIPT acts in same way as if you would call /SCRIPT LIST. + +/SCRIPT LIST displays list of all currently loaded scripts, together with full path to their source files. + +/SCRIPT EXEC executes the as a little perl script. It doesn't preserve it loaded in memory, unless -permanent is specified. + +/SCRIPT LOAD loads the