1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

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
This commit is contained in:
Timo Sirainen 2002-02-18 21:12:55 +00:00 committed by cras
parent 2bc09e0e50
commit 26a1aaa416
2 changed files with 0 additions and 15 deletions

View File

@ -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

View File

@ -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