]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
[pager] declaration $VERSION %IRSSI
authorbw1 <redacted>
Mon, 6 Mar 2017 19:58:29 +0000 (20:58 +0100)
committerbw1 <redacted>
Mon, 6 Mar 2017 19:58:29 +0000 (20:58 +0100)
_testing/config.yml
scripts/pager.pl

index fa5f7ab0ca6f5376f911d5b29fe1800881ed2c51..17d5fb150b30b4c02a952296432d75c13b45d792 100644 (file)
@@ -63,7 +63,6 @@ whitelist:
   - 'on'
   - osd
   - page-c0ffee
-  - pager
   - query
   - quizgr
   - quizmaster-fr
index 32f0902412c708889acc0c5b53283cc26d9887bc..50d78994f9f9fd91e52922bbb94ed63f8aa41c94 100644 (file)
@@ -2,14 +2,16 @@
 
 use strict;
 use Irssi 20020121.2020 ();
-$VERSION = "1.1";
+
+use vars qw/$VERSION %IRSSI/;
+$VERSION = "1.2";
 %IRSSI = (
          authors     => 'Jean-Yves Lefort',
          contact     => 'jylefort\@brutele.be',
          name        => 'pager',
          description => 'Notifies people if they send you a private message or a DCC chat offer while you are away; runs a shell command configurable via /set if they page you',
          license     => 'BSD',
-         changed     => '$Date: 2003/01/27 09:45:16 $ ',
+         changed     => '$Date: 2017/03/06 $ ',
 );
 
 # note:
@@ -33,6 +35,9 @@ $VERSION = "1.1";
 #
 # changes:
 #
+#      2017-03-06      release 1.2
+#                      * declaration $VERSION %IRSSI
+#
 #      2003-01-27      release 1.1
 #                      * notices and commands are now optional
 #
git clone https://git.99rst.org/PROJECT