]> ruin.nu Git - NDIRC.git/commit
Basic infrastructure for new irc command dispatcher
authorMichael Andreen <harv@ruin.nu>
Sat, 25 Apr 2009 21:16:22 +0000 (23:16 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 9 May 2009 13:35:50 +0000 (15:35 +0200)
commit4f1948e0fe10075464732db5cc2168207c00c7aa
tree89ca1b21f07f220678d4d2f8d69102a2bea84929
parent02cffbdd44754378b27e1b87a1998368c1098973
Basic infrastructure for new irc command dispatcher

The new dispatcher works like Controllers in the Catalyst framework. New
commands are added as simple subroutines in the NDIRC/Commands/.

The Basic module contains commands that all the bots share.
Command.pm [new file with mode: 0644]
Commands/Basic.pm [new file with mode: 0644]
Context.pm [new file with mode: 0644]
Dispatcher.pm [new file with mode: 0644]
Misc.pm
ndawn.pl [new file with mode: 0644]