]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 49d0afe690d9f4a5c64db9a304896a92dee23b8e..4d119c4772ca8682df3c58ad41860aaf20ee720e 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