From 26a1aaa4165003df1d73e7f9d621e09bd905f53b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 18 Feb 2002 21:12:55 +0000 Subject: [PATCH] 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 --- docs/help/in/perlflush.in | 8 -------- docs/help/in/run.in | 7 ------- 2 files changed, 15 deletions(-) delete mode 100644 docs/help/in/perlflush.in delete mode 100644 docs/help/in/run.in 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