X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Commands%2FChannel.pm;h=1c3a76248a4d088ee89ffe3e00e0db79a5cdc8d8;hb=35603fe52927b3462494551898cf457d3062b2c0;hp=2206072bcc1c14af56bcdb882f5b623020eb4c9c;hpb=57134323940284d9e14e7a2860e5dae0a551c938;p=NDIRC.git diff --git a/Commands/Channel.pm b/Commands/Channel.pm index 2206072..1c3a762 100644 --- a/Commands/Channel.pm +++ b/Commands/Channel.pm @@ -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';