]> ruin.nu Git - NDIRC.git/blobdiff - Commands/Basic.pm
Add ircpm type for irc specific commands
[NDIRC.git] / Commands / Basic.pm
index d0570f6c432070d423735d4ac6608ae4319fd420..6517e384b94660353a53209b424a8ea1b41420ee 100644 (file)
@@ -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) {