X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=4d119c4772ca8682df3c58ad41860aaf20ee720e;hb=ee120fe09cee7b7ff0a71bf8b50541cdef1f0e86;hp=49d0afe690d9f4a5c64db9a304896a92dee23b8e;hpb=bab22b3eb97aa84506eee53ec8db81a89b365a5b;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 49d0afe..4d119c4 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -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