From: pdbogen Date: Mon, 1 Jun 2009 22:37:31 +0000 (+0000) Subject: Allow the TITLE command to skip high security checks. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=17c5443720c7b30de76e9d0bc03606bda3606ef5;p=destult.git Allow the TITLE command to skip high security checks. git-svn-id: https://www.cernu.us/~pdbogen/svn/destult2@97 088b83a4-0077-4247-935c-42ec02c2848b --- diff --git a/core.pl b/core.pl index 3fc4042..e3c6260 100644 --- a/core.pl +++ b/core.pl @@ -153,7 +153,7 @@ sub cmd { if( $Destult::config{ 'SECURITY' } =~ /high/i && !exists $heap->{ 'identified' }->{ $src.uc( $who ) } && - $cmd !~ /identify|register/i ) { + $cmd !~ /identify|register|title/i ) { $kernel->post( $src, $replypath, "$who: Destult is operating in high security mode; all use must be from identified users. Please REGISTER and then IDENTIFY.",