From 6ac1e9e8fa8db81ea7c4dd8d333f3010d8c9556c Mon Sep 17 00:00:00 2001 From: Chris Tyrrel Date: Mon, 30 Mar 2020 18:07:20 -0600 Subject: [PATCH] Resolves #1693 Added NoTrafficTimeout User variable to the list of User variables in the controlpanel module. --- modules/controlpanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/controlpanel.cpp b/modules/controlpanel.cpp index 04fd6802..c389cdbb 100644 --- a/modules/controlpanel.cpp +++ b/modules/controlpanel.cpp @@ -113,6 +113,7 @@ class CAdminMod : public CModule { {"TimestampFormat", str}, {"DCCBindHost", str}, {"StatusPrefix", str}, + {"NoTrafficTimeout", integer}, #ifdef HAVE_I18N {"Language", str}, #endif