]> ruin.nu Git - NDIRC.git/blobdiff - ndawn.pl
Added code for Eos + fix for DCC and Quotes
[NDIRC.git] / ndawn.pl
index f2eafaa9f74c7dbeb16599badcadf953ffb62509..eecf5ee2c0d231bd8ec0d506cb1854735fd68c72 100755 (executable)
--- a/ndawn.pl
+++ b/ndawn.pl
@@ -26,7 +26,7 @@ use POE qw(Component::IRC::Qnet::State);
 
 
 use NDIRC::CommonStates;
-use NDIRC::Delling;
+use NDIRC::Eos;
 
 my $nickname = 'ndbot';
 my $ircname = 'ND test bot';
@@ -50,9 +50,9 @@ POE::Session->create(
        package_states => [
                'NDIRC::CommonStates' => [ qw(_default _start irc_001 sig_DIE sig_usr1 sig_usr2
                        signal_handler irc_disconnected irc_invite) ],
-               'NDIRC::Delling' => [ qw(irc_public irc_msg refresh irc_join) ],
+               'NDIRC::Eos' => [ qw(irc_public irc_msg refresh irc_join) ],
        ],
-       heap => { irc => $irc},
+       heap => { irc => $irc },
 );
 
 $poe_kernel->run();