Skip to content

Commit

Permalink
actually load bytes.pm first
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke committed Mar 11, 2012
1 parent 104727c commit cebc993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion splitmsg.pl
@@ -1,12 +1,14 @@
use warnings;
use strict;

our $VERSION = '0.09';
our $VERSION = '0.10';
our %IRSSI = (
authors => 'mauke',
name => 'splitmsg',
);

use bytes ();

Irssi::settings_add_int $IRSSI{name}, 'splitmsg_msgmax', 400;
my $msgmax = Irssi::settings_get_int 'splitmsg_msgmax';

Expand Down

0 comments on commit cebc993

Please sign in to comment.