]> ruin.nu Git - NDIRC.git/blobdiff - Commands/Channel.pm
Add ircpm type for irc specific commands
[NDIRC.git] / Commands / Channel.pm
index 2206072bcc1c14af56bcdb882f5b623020eb4c9c..1c3a76248a4d088ee89ffe3e00e0db79a5cdc8d8 100644 (file)
@@ -77,7 +77,7 @@ command devoice => {
 
 command invite => {
        help => q(Syntax: invite [channel] | If no channel is specified it invites you to all channel you have auto invite access on),
-       type => q(pm)
+       type => q(ircpm)
 }, class extends NDIRC::Command {
        method execute ($c,$msg) {
                my ($channel) = $msg =~ /^\s*(\S+)?\s*$/ or die 'ARGS';