X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Commands%2FBasic.pm;fp=Commands%2FBasic.pm;h=6517e384b94660353a53209b424a8ea1b41420ee;hp=672c7a9958c7a84940ca6bb420fb957260372f02;hb=468a4e3e07c0d9e6ed66a75c73f0d7ff2921b90a;hpb=cd18307dc7e3886266937935feffbb41b1df422d diff --git a/Commands/Basic.pm b/Commands/Basic.pm index 672c7a9..6517e38 100644 --- a/Commands/Basic.pm +++ b/Commands/Basic.pm @@ -25,6 +25,7 @@ use NDIRC::Dispatcher; command commands => { help => q(commands | Gives help about all available commands or lists all commands available in the current channel), + type => 'help', }, class extends NDIRC::Command { method execute ($c,$command) { unless($command){ @@ -57,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) { @@ -69,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) {