diff options
author | Timo Sirainen <cras@irssi.org> | 2002-02-18 21:12:55 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-02-18 21:12:55 +0000 |
commit | 26a1aaa4165003df1d73e7f9d621e09bd905f53b (patch) | |
tree | 1a0b8c9d9649a8ba63f00c398d110b994f55bb23 /docs | |
parent | 2bc09e0e50c8f6c98575b2a4c80f1638455a6da7 (diff) | |
download | irssi-26a1aaa4165003df1d73e7f9d621e09bd905f53b.zip |
there's no /RUN or /PERLFLUSH commands anymore. someone could write /HELP
script ;)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2518 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/perlflush.in | 8 | ||||
-rw-r--r-- | docs/help/in/run.in | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/docs/help/in/perlflush.in b/docs/help/in/perlflush.in deleted file mode 100644 index 27fc509f..00000000 --- a/docs/help/in/perlflush.in +++ /dev/null @@ -1,8 +0,0 @@ - -@SYNTAX:perlflush@ - -Stops and removes all Perl scripts which have been run. -Also undefines all the commands defined by Perl scripts. - -See also: RUN - diff --git a/docs/help/in/run.in b/docs/help/in/run.in deleted file mode 100644 index 982808cb..00000000 --- a/docs/help/in/run.in +++ /dev/null @@ -1,7 +0,0 @@ - -@SYNTAX:run@ - -Runs a perl-script. For more information, see the -perl.txt in the docs-directory of irssi. - -See also: PERLFLUSH |