diff options
| -rw-r--r-- | _data/scripts.yaml | 2 | ||||
| -rw-r--r-- | scripts/u.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 7d9ba96..e5d6a3e 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -3812,7 +3812,7 @@ license: "GNU GPL" name: "List nicks in channel" url: "http://otoria.freecode.nl/~michiel/u.pl" - version: "1.2" + version: "1.3" - authors: "Peder Stray" contact: "peder@ninja.no" diff --git a/scripts/u.pl b/scripts/u.pl index c5313ab..e785c76 100644 --- a/scripts/u.pl +++ b/scripts/u.pl @@ -1,7 +1,7 @@ use vars qw($VERSION %IRSSI); use Irssi 20020120; -$VERSION = "1.2"; +$VERSION = "1.3"; %IRSSI = ( authors => "Michiel", contact => "michiel\@dotgeek.org", |
