From f3fc0d74e88d2a901ac4071b39cdbb067ee7fadc Mon Sep 17 00:00:00 2001 From: marcins78 Date: Tue, 8 Jan 2013 10:34:05 +0000 Subject: [PATCH] Chat rooms can now be configured to not generate join/part messages (like in case of Game Hall). --- gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index b3b9cf908..b23c38acc 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -24,7 +24,7 @@ response.setDateHeader ("Expires", -1); $("#latestNews").append("All sets are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); - 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;