diff options
Diffstat (limited to 'scripts/hipchat_complete.pl')
| -rw-r--r-- | scripts/hipchat_complete.pl | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/hipchat_complete.pl b/scripts/hipchat_complete.pl index 54a3c52..0e92474 100644 --- a/scripts/hipchat_complete.pl +++ b/scripts/hipchat_complete.pl @@ -67,8 +67,8 @@ use strict;  use Irssi;  use WebService::HipChat; -my $VERSION = '2.0'; -my %IRSSI = ( +our $VERSION = '2.0'; +our %IRSSI = (  	authors => 'John Morrissey',  	contact => 'jwm@horde.net',  	name => 'hipchat_complete', | 
