X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Commands%2FScans.pm;h=8ea51ffc4b1fa89a775157f0ee775c8642db0f90;hb=726b4c0ff9accf03aac73e14d6aee8742bc95c92;hp=bc0f4c07014eecf0bceb969dacfc7cc3d6c61ab4;hpb=a00c7f5abc6ec6b3537f6f55934057e14ab65c14;p=NDIRC.git diff --git a/Commands/Scans.pm b/Commands/Scans.pm index bc0f4c0..8ea51ff 100644 --- a/Commands/Scans.pm +++ b/Commands/Scans.pm @@ -198,20 +198,6 @@ SELECT ship,amount FROM fleet_ships WHERE fid = $1 ORDER BY num } }; -command anon => { - help => q(syntax: .anon nick message), - type => q(scan), - acl => q(irc_anonscan), -}, class extends NDIRC::Command { - method execute($c,$msg) { - my ($target,$mess) = $msg =~ /^(\S+) (.*)$/ or die 'ARGS'; - - $c->message(privmsg => $target, "$mess (reply with /msg " - .$c->channel.")"); - $c->message(privmsg => $c->channel, "$target << $mess"); - } -}; - command addscan => { help => q(syntax: .addscan list of scans), }, class extends NDIRC::Command {