changed behavior of thicker
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 21 Apr 2008 08:43:10 +0000 (08:43 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Mon, 21 Apr 2008 08:43:10 +0000 (08:43 +0000)
web/Obj/brisk.phh

index 49d0afe..4d119c4 100644 (file)
@@ -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