From a2b57b71fb77b1011a32ba79eafed7a868532685 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 2 Feb 2010 01:27:10 +0000 Subject: [PATCH] ops are never outsiders git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1883 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Process.pl b/src/Process.pl index 21c2a69..eeaf9d4 100644 --- a/src/Process.pl +++ b/src/Process.pl @@ -201,7 +201,7 @@ sub process { } # allowOutsiders. - if ( &IsParam('disallowOutsiders') and $msgType =~ /private/i ) { + if ( &IsParam('disallowOutsiders') and $msgType =~ /private/i and IsFlag('o') ne 'o' ) { my $found = 0; foreach ( keys %channels ) { -- 2.39.2