summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorailin-nemui2017-03-06 22:31:48 +0100
committerGitHub2017-03-06 22:31:48 +0100
commit3120be4431f9169291416f96def63fc743c226c2 (patch)
treee38bce628791cd574aeec4a670fac39ec2ceaef4 /scripts
parent6d9c3fad624f379b5b50e1d9fc273b2cb541ae8c (diff)
parent3ca4acb990b8c758c905a76911b8ca34b94ff9a9 (diff)
downloadscripts.irssi.org-3120be4431f9169291416f96def63fc743c226c2.tar.bz2
Merge pull request #360 from bw1/translit
translit
Diffstat (limited to 'scripts')
-rw-r--r--scripts/translit.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/translit.pl b/scripts/translit.pl
index 478dd50..0a01506 100644
--- a/scripts/translit.pl
+++ b/scripts/translit.pl
@@ -1,7 +1,8 @@
use strict;
-use vars qw(%IRSSI);
+use vars qw(%IRSSI $VERSION);
use Irssi;
+$VERSION = "0.1";
%IRSSI = (
authors => 'dreg',
contact => 'dreg@fine.lv',