diff options
| author | ailin-nemui | 2015-09-19 03:19:49 +0200 | 
|---|---|---|
| committer | ailin-nemui | 2015-09-19 03:19:49 +0200 | 
| commit | 4001befc44d35845fe164efdffaceeafe3258e23 (patch) | |
| tree | 8ec465a82eaf234fbf064a36070bbb48ed61cfe2 /scripts/pangotext.pl | |
| parent | f97b69c204c349345941d34a0c18fa2701a11736 (diff) | |
| download | scripts.irssi.org-4001befc44d35845fe164efdffaceeafe3258e23.tar.bz2 | |
Update pangotext.pl
Diffstat (limited to 'scripts/pangotext.pl')
| -rw-r--r-- | scripts/pangotext.pl | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/pangotext.pl b/scripts/pangotext.pl index 15238e0..e4dfb46 100644 --- a/scripts/pangotext.pl +++ b/scripts/pangotext.pl @@ -45,8 +45,8 @@ use warnings;  use Irssi;  use Irssi::Irc; -$VERSION = "1.1"; -%IRSSI = ( +our $VERSION = "1.1"; +our %IRSSI = (      authors     => 'fprintf',      contact     => 'fprintf@github.com',      name        => 'pangotext', | 
