Skip to content

Commit

Permalink
Add a missing require.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB committed Oct 24, 2011
1 parent aeb6132 commit 2546bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions henzell.pl
Expand Up @@ -8,6 +8,7 @@
use Henzell::Config qw/%CONFIG %CMD %PUBLIC_CMD/;
use Henzell::Utils;
use Getopt::Long;
require 'game_parser.pl';

my $daemon = 1;
my $irc = 1;
Expand Down

0 comments on commit 2546bbc

Please sign in to comment.