X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Commands%2FMisc.pm;h=fb05348fe33da5f8d30bc4b937aef44d813907eb;hp=ae4b561b5b5bb872c75dd7a5ddaf021666249124;hb=15d058ce6833c840aa9696c9cc06a25319a4dc5c;hpb=f36fb98300ab9b6e395b0f859eb537b2fc301b8e diff --git a/Commands/Misc.pm b/Commands/Misc.pm index ae4b561..fb05348 100644 --- a/Commands/Misc.pm +++ b/Commands/Misc.pm @@ -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;