From 6a905def97a964856a4e20d696273afec442b0b7 Mon Sep 17 00:00:00 2001 From: jamesbunton Date: Sat, 29 Apr 2006 14:02:07 +0000 Subject: [PATCH] Fixed groupchatTimeout git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@150 55fbd22a-6204-0410-b2f0-b6c764c7e90a committer: jamesbunton --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 17301b2..2fa1ee4 100644 --- a/src/config.py +++ b/src/config.py @@ -19,7 +19,7 @@ sessionGreeting = "" registerMessage = "" allowRegister = False getAllAvatars = False -groupchatTimeout = 180 +groupchatTimeout = "180" useXCP = False ftJabberPort = "" -- 2.39.2