limit to chat line lenght
[brisk.git] / web / Obj / brisk.phh
index a9e8f84..f29b9a7 100644 (file)
@@ -1272,7 +1272,7 @@ class Room {
     $only_you = FALSE;
     
     // common settings
-    $msg = substr($mesg,6);
+    $msg = substr($mesg, 6, 128);
     $timecur = time();
     $dt = date("H:i ", $timecur);