]> ruin.nu Git - NDIRC.git/blobdiff - Commands/Def.pm
Merge branch 'master' into noeos
[NDIRC.git] / Commands / Def.pm
index bdfc6776c9beaba28722f790246f886b40aea2e8..ae206309ceb6bc8333c4375761cc4501bf0aeb68 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),