From: Michael Andreen Date: Sun, 15 Nov 2009 15:24:13 +0000 (+0100) Subject: Need to load NDIRC::Context when NDIRC::Misc isn't loaded X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=commitdiff_plain;h=f58cbcf0fb3bfa5d89c5bb3b7fb928d8b1f35c9a Need to load NDIRC::Context when NDIRC::Misc isn't loaded --- diff --git a/Bot.pm b/Bot.pm index dde08ad..53cdf94 100644 --- a/Bot.pm +++ b/Bot.pm @@ -33,6 +33,7 @@ use POE::Component::IRC::Plugin::AutoJoin; use POE::Component::IRC::Plugin::NickReclaim; use NDIRC::Dispatcher; +use NDIRC::Context; use IO::File;