From 734f71c099149b73077c64112bbe15ad14f468a2 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 10 Jan 2010 15:13:49 +0100 Subject: [PATCH] Restrict .p to member channels --- Commands/PA.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Commands/PA.pm b/Commands/PA.pm index 8a40007..ac414ca 100644 --- a/Commands/PA.pm +++ b/Commands/PA.pm @@ -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) { -- 2.39.2