diff options
| author | mh | 2016-01-24 23:49:51 +0100 |
|---|---|---|
| committer | mh | 2016-01-24 23:49:51 +0100 |
| commit | b9601389f5f063755f6856ccaf2668c1536aeed7 (patch) | |
| tree | de383b9dbf0841f3ddb6968dceada920630263eb | |
| parent | 4ba0dde83a1804e9f583c88cf5bbe80d69ea48de (diff) | |
| download | scripts.irssi.org-b9601389f5f063755f6856ccaf2668c1536aeed7.tar.bz2 | |
mh_userstatus.pl v1.04
show in channels when users go away/back or oper/deoper
changes:
added changed field to irssi header
| -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', ); ############################################################################## |
