--- chatroom.module.orig	2007-03-29 11:46:13.000000000 -0400
+++ chatroom.module	2007-03-29 11:51:38.000000000 -0400
@@ -1283,7 +1283,7 @@
     $time = gmdate('G:i', $message->modified + $timezone);
     $msg = array(
       'id' => $message->cmid,
-      'text' => str_replace(array("\\", '"'), array("\\\\", '\"'), $message->msg),
+      'text' => stripslashes(str_replace(array("\\", '"'), array("\\\\", '\"'), $message->msg)),
       'user' => $name,
       'time' => $time,
       'recipient' => $message->recipient,
