]> ruin.nu Git - NDIRC.git/blobdiff - Commands/Misc.pm
Learn from background talk, not only direkt talk
[NDIRC.git] / Commands / Misc.pm
index ae4b561b5b5bb872c75dd7a5ddaf021666249124..fb05348fe33da5f8d30bc4b937aef44d813907eb 100644 (file)
@@ -55,5 +55,14 @@ FROM (SELECT now() - time AS time FROM last_smokes WHERE nick = $1) l
        }
 };
 
+command teachbot => {
+       help => q(dummy command),
+       acl => 'irc_teachbot',
+       type => q(teachbot),
+}, class extends NDIRC::Command {
+       method execute($c,$msg) {
+       }
+};
+
 1;