From ad07d68d7e1fc900cb8471d6c51990a4e2348512 Mon Sep 17 00:00:00 2001 From: Arthur Mayer Date: Sun, 20 Feb 2011 02:11:44 +0100 Subject: [PATCH] added configuration option messagettl, TimeToLive for chatmessages, in Milliseconds! 15seconds: messagettl: 15000 --- configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.txt b/configuration.txt index 533cad7a..fc655639 100644 --- a/configuration.txt +++ b/configuration.txt @@ -38,6 +38,7 @@ web: # showchat: modal/balloons showchat: modal + messagettl: 15000 showplayerfacesonmap: true showplayerfacesinmenu: true focuschatballoons: false