From 2546bbcd8e956ff6b0f688df3e2575befeed0aa8 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Mon, 24 Oct 2011 16:29:26 -0400 Subject: [PATCH] Add a missing require. --- henzell.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/henzell.pl b/henzell.pl index 7cc62ed0..1a623481 100755 --- a/henzell.pl +++ b/henzell.pl @@ -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;