X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=0e9b29a416b198eeed0f62499eadefb5bc639a2f;hp=f2e90079a2badd5260d67ec5e81584558f8c645d;hb=a49570c74281b84f6540fd96f6bde277c70e6516;hpb=1405e3b198b0589f4d832bf8204f376b09daf86a diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index f2e9007..0e9b29a 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2169,7 +2169,9 @@ class Brisk $to_user = sprintf('chatt_sub("%s",[%d,"%s"],"%s");', $dt, $user->flags, xcape($user->name), xcape("== chat ban ==")); } else { - if ( TRUE && (!$user->is_auth() || $user->is_appr()) ) { + // TEMPORARY DISABLED UNTIL test user option will be available + // if ( TRUE && (!$user->is_auth() || $user->is_appr()) ) { + if (!$user->is_auth()) { $to_user = nickserv_msg($dt, xcape("Visto l'elevato numero di molestatori che ultimamente hanno preso dimora su Brisk abbiamo deciso")); $to_user .= nickserv_msg($dt, xcape("di disattivare temporaneamente la chat in room per i non registrati, non ce ne vogliate e buone feste.")); if (FALSE) {