diff options
author | Alexander Færøy <ahf@irssi.org> | 2010-02-09 20:11:08 +0000 |
---|---|---|
committer | ahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2010-02-09 20:11:08 +0000 |
commit | 38e406d0fada4428090fef09a50b7ea7e6cae07a (patch) | |
tree | c09956353c7253744f1b6214e54956408b0b4807 | |
parent | c6b3fc6fe57bab25726c782d06e7ff493726f274 (diff) | |
download | irssi-38e406d0fada4428090fef09a50b7ea7e6cae07a.zip |
Suffix != prefix. Patch by Ismael Luceno. Closes ticket:730
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5110 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | docs/perl.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -74,3 +74,4 @@ Other patches (grep for "patch" in ChangeLog) by: Johan Kiviniemi JasonX Lukas Mai + Ismael Luceno diff --git a/docs/perl.txt b/docs/perl.txt index 5e6c3c53..732b73af 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -16,7 +16,7 @@ scripts. Scripts should be placed to ~/.irssi/scripts/ or /usr/local/lib/irssi/scripts/ (or depending on where irssi was installed) directories. After that /RUN script_name should work, you -don't need to add the .pl prefix. +don't need to add the .pl suffix. Irssi's signals |