From ee120fe09cee7b7ff0a71bf8b50541cdef1f0e86 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 21 Apr 2008 08:43:10 +0000 Subject: [PATCH] changed behavior of thicker --- web/Obj/brisk.phh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.17.1