]> ruin.nu Git - NDIRC.git/blobdiff - ndbot.pl
Only allow chattr in certain channels
[NDIRC.git] / ndbot.pl
index a14ee36fe319bef16eaaeb34b7eda5d8c3e5acf3..50825a0df3d9743e02179f8bf325ed340617ef74 100755 (executable)
--- a/ndbot.pl
+++ b/ndbot.pl
 use strict;
 use warnings;
 use feature ':5.10';
+use local::lib;
+
+#use Devel::Leak::Object qw{ GLOBAL_bless };
 use POE qw(Component::IRC::Qnet::State);
 
+use Moose;
+use MooseX::Declare;
+use MooseX::Declare::StackItem;
+use Parse::Method::Signatures::Sig;
+use MooseX::Types::TypeDecorator;
+use MooseX::Meta::TypeConstraint::ForceCoercion;
+
+use NDIRC::Bot;
+
 eval "require NDIRC::$ARGV[0]";
 
 die $@ if $@;