diff options
| author | ailin-nemui | 2016-01-26 09:47:22 +0100 |
|---|---|---|
| committer | ailin-nemui | 2016-01-26 09:47:22 +0100 |
| commit | 00b93689b9c0faa47c1af4a958fc567d31a6b6c3 (patch) | |
| tree | 4c530880c30e8c73f1b008da85c6f1aeffbc4ba6 /scripts | |
| parent | 55cc51fb6d6f75fe7a81e401eba069b0f98e3c92 (diff) | |
| parent | b9601389f5f063755f6856ccaf2668c1536aeed7 (diff) | |
| download | scripts.irssi.org-00b93689b9c0faa47c1af4a958fc567d31a6b6c3.tar.bz2 | |
Merge pull request #225 from mh-source/gh-pages
mh_userstatus.pl v1.04
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mh_userstatus.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/mh_userstatus.pl b/scripts/mh_userstatus.pl index 70793cb..89e8aae 100644 --- a/scripts/mh_userstatus.pl +++ b/scripts/mh_userstatus.pl @@ -1,6 +1,6 @@ ############################################################################## # -# mh_userstatus.pl v1.03 (20151213) +# mh_userstatus.pl v1.04 (20151224) # # Copyright (c) 2015 Michael Hansen # @@ -61,6 +61,8 @@ # a user is deoppered # # history: +# v1.04 (20151224) +# added changed field to irssi header # v1.03 (20151213) # added indents to /help # v1.02 (20151208) @@ -88,7 +90,7 @@ use Irssi 20100403; { package Irssi::Nick } -our $VERSION = '1.03'; +our $VERSION = '1.04'; our %IRSSI = ( 'name' => 'mh_userstatus', @@ -97,6 +99,7 @@ our %IRSSI = 'authors' => 'Michael Hansen', 'contact' => 'mh on IRCnet #help', 'url' => 'http://scripts.irssi.org / https://github.com/mh-source/irssi-scripts', + 'changed' => 'Thu Dec 24 10:22:22 CET 2015', ); ############################################################################## |
