From: Matteo Nastasi (mop) Date: Mon, 21 Apr 2008 08:43:10 +0000 (+0000) Subject: changed behavior of thicker X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=ee120fe09cee7b7ff0a71bf8b50541cdef1f0e86;p=brisk.git changed behavior of thicker --- 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