X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Commands%2FDef.pm;fp=Commands%2FDef.pm;h=5aec9314ef42690f12d6a2f3013433b1d2ebc7c7;hb=827dca1b13ddf19dce2dee7406888c676ca1fd8a;hp=d16de2d5ffc72cd261ebbf3bd4a0846f26d62a42;hpb=734f71c099149b73077c64112bbe15ad14f468a2;p=NDIRC.git diff --git a/Commands/Def.pm b/Commands/Def.pm index d16de2d..5aec931 100644 --- a/Commands/Def.pm +++ b/Commands/Def.pm @@ -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, "$mess"); - $c->message(privmsg => $c->channel, "$target << $mess"); - } -}; - 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),