]> ruin.nu Git - NDIRC.git/commitdiff
Need to load NDIRC::Context when NDIRC::Misc isn't loaded
authorMichael Andreen <harv@ruin.nu>
Sun, 15 Nov 2009 15:24:13 +0000 (16:24 +0100)
committerMichael Andreen <harv@ruin.nu>
Sun, 15 Nov 2009 15:24:13 +0000 (16:24 +0100)
Bot.pm

diff --git a/Bot.pm b/Bot.pm
index dde08adc2b42ff6dc1acaf027b51f686ef990905..53cdf94a0cf5cc983d64bf8d04a937e99cf5e802 100644 (file)
--- 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;