Chat rooms can now be configured to not generate join/part messages (like in case of Game Hall).

This commit is contained in:
marcins78
2013-01-08 10:34:05 +00:00
parent 58e97bfa31
commit f3fc0d74e8

View File

@@ -24,7 +24,7 @@ response.setDateHeader ("Expires", -1);
$("#latestNews").append("<b>All sets are available to play.</b> "
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, true, true);
chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true);
chat.setBounds(2, 2, 780 - 4, 200 - 4);
chat.showTimestamps = true;