X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Commands%2FBasic.pm;h=6517e384b94660353a53209b424a8ea1b41420ee;hb=35603fe52927b3462494551898cf457d3062b2c0;hp=d0570f6c432070d423735d4ac6608ae4319fd420;hpb=14fe324122bee271d8153f3db81491240a87895c;p=NDIRC.git diff --git a/Commands/Basic.pm b/Commands/Basic.pm index d0570f6..6517e38 100644 --- a/Commands/Basic.pm +++ b/Commands/Basic.pm @@ -58,7 +58,7 @@ command help => { command say => { help => q(.say target message | sends message to target), - type => q(pm), + type => q(ircpm), acl => q(irc_say), }, class extends NDIRC::Command { method execute ($c,$msg) { @@ -70,7 +70,7 @@ command say => { command cmd => { help => q(.cmd command args | run a given irc command), - type => q(pm), + type => q(ircpm), acl => q(irc_cmd), }, class extends NDIRC::Command { method execute ($c,$msg) {