X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Commands%2FDef.pm;h=e13758d4797964e6bdd0d8293c8f101c1a0717b8;hp=80b02fdf454d560b161857085461c3defe577062;hb=e8c94cdebefdc428ea92fde6db63f18d3e8399b2;hpb=1ccb344994c1b517c662da9f236cf1c640780177 diff --git a/Commands/Def.pm b/Commands/Def.pm index 80b02fd..e13758d 100644 --- a/Commands/Def.pm +++ b/Commands/Def.pm @@ -37,8 +37,8 @@ sub anon my ($target,$mess) = $msg =~ /^(\S+) (.*)$/ or die 'ARGS'; - $c->message("msg $target", "$mess"); - $c->message("msg ".$c->channel, "$target << $mess"); + $c->message(privmsg => $target, "$mess"); + $c->message(privmsg => $c->channel, "$target << $mess"); } sub defcall @@ -74,8 +74,8 @@ ORDER BY c.landing_tick; return; } } - $c->message("notice $ND::memchan", "DEFENSE REQUIRED!! WAKE UP!!"); - $c->message("msg $ND::memchan", "DEFENSE REQUIRED $mess $callinfo MSG " + $c->message(notice => $ND::memchan, "DEFENSE REQUIRED!! WAKE UP!!"); + $c->message(privmsg => $ND::memchan, "DEFENSE REQUIRED $mess $callinfo MSG " .$c->nick." TO RESPOND"); }