X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=4d119c4772ca8682df3c58ad41860aaf20ee720e;hb=ee120fe09cee7b7ff0a71bf8b50541cdef1f0e86;hp=981e84e6e580ed6512680c0cb92cc5c6bd7274d3;hpb=1f033898159739f360dcf1df4f5f29a224a73d95;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 981e84e..4d119c4 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -75,7 +75,7 @@ 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.0"; +$G_brisk_version = "spawn-0.13.1"; $root_wellarr = Array ( 'Benvenuto in brisk (Ver. '.$G_brisk_version.'), NOVITA\': comando /tav per annunciare i tavoli attivi - versione beta3.', 'Se vuoi iscriverti alla Mailing List, cliccala!' ); @@ -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