X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=472f6347f682dba651a3924655e6b9701e5f813f;hb=78c26f16fcd4f383d1750153bdcaaa60c5135f89;hp=49d0afe690d9f4a5c64db9a304896a92dee23b8e;hpb=bab22b3eb97aa84506eee53ec8db81a89b365a5b;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 49d0afe..472f634 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -75,9 +75,9 @@ require_once("$DOCUMENT_ROOT/Etc/".BRISK_CONF); $G_false = FALSE; $G_all_points = array( 11,10,4,3,2, 0,0,0,0,0 ); -$G_brisk_version = "spawn-0.13.1"; +$G_brisk_version = "spawn-0.13.2"; -$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': comando /tav per annunciare i tavoli attivi - versione beta3.', +$root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': comando /tav per annunciare i tavoli attivi - versione Beta4.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ); $table_wellarr = Array ( 'Benvenuto al tavolo. Se almeno tre giocatori non sbloccano l\'uscita cliccando il lucchetto, chi esce non può risedersi a un qualunque tavolo per '.floor(BAN_TIME/60).' minuti.'); @@ -1311,7 +1311,8 @@ class Room { $msg = substr($msg, 5); $table->wag_set($user, $msg); - $to_room = sprintf('tra.add(%d, "%s");', $user->table, xcape(sprintf("%s: %s", $user->name, $msg))); + $to_user = sprintf('tra.add(%d, "%s");', $user->table, xcape(sprintf("%s: %s", $user->name, $msg))); + $to_room = $to_user; } while (0); } // /tav chat command