]> ruin.nu Git - NDIRC.git/blobdiff - Commands/Def.pm
Let Delling take over Eos' responsibilities
[NDIRC.git] / Commands / Def.pm
index d16de2d5ffc72cd261ebbf3bd4a0846f26d62a42..5aec9314ef42690f12d6a2f3013433b1d2ebc7c7 100644 (file)
@@ -25,20 +25,6 @@ use feature ':5.10';
 use MooseX::Declare;
 use NDIRC::Dispatcher;
 
-command anon => {
-       help => q(syntax: .anon nick message),
-       type => q(def),
-       acl => q(irc_anondef),
-}, class extends NDIRC::Command {
-       method execute($c,$msg) {
-
-               my ($target,$mess) = $msg =~ /^(\S+) (.*)$/ or die 'ARGS';
-
-               $c->message(privmsg => $target, "<b>$mess</b>");
-               $c->message(privmsg => $c->channel, "<c03>$target << $mess</c>");
-       }
-};
-
 command defcall => {
        help => q(syntax: .defcall [callid] | if a call id is given, then shiptypes and eta will be fetched from the database and added to the message),
        type => q(def),