]> ruin.nu Git - NDIRC.git/commitdiff
Restrict .p to member channels
authorMichael Andreen <harv@ruin.nu>
Sun, 10 Jan 2010 14:13:49 +0000 (15:13 +0100)
committerMichael Andreen <harv@ruin.nu>
Sun, 10 Jan 2010 14:13:49 +0000 (15:13 +0100)
Commands/PA.pm

index 8a40007e0485c7c78b3ac2d612752d778bc81904..ac414ca8542c629ebf6267565e1aaed126df854e 100644 (file)
@@ -34,6 +34,7 @@ command bcalc => {
 
 command p => {
        help => q(usage: .p X:Y:Z | or .p nick with high enough access),
+       type => 'member',
 }, class extends NDIRC::Command {
        method execute($c,$msg) {