X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Commands%2FMisc.pm;h=fb05348fe33da5f8d30bc4b937aef44d813907eb;hb=726b4c0ff9accf03aac73e14d6aee8742bc95c92;hp=ae4b561b5b5bb872c75dd7a5ddaf021666249124;hpb=eb496c248b615ab2aca038757df256f3f63648a0;p=NDIRC.git 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;