summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_testing/config.yml1
-rw-r--r--scripts/pager.pl9
2 files changed, 7 insertions, 3 deletions
diff --git a/_testing/config.yml b/_testing/config.yml
index 86a9423..d678d01 100644
--- a/_testing/config.yml
+++ b/_testing/config.yml
@@ -62,7 +62,6 @@ whitelist:
- 'on'
- osd
- page-c0ffee
- - pager
- query
- quizgr
- quizmaster-fr
diff --git a/scripts/pager.pl b/scripts/pager.pl
index 32f0902..50d7899 100644
--- a/scripts/pager.pl
+++ b/scripts/pager.pl
@@ -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
#