From b966204456e0fdd37f66d75c6ee7f0f21b05bc85 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 3 Feb 2012 21:51:33 +0700 Subject: [PATCH] Fix help of admin module. DCCBindHost is string, not boolean. --- modules/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin.cpp b/modules/admin.cpp index e511a12d..ec3c8487 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -64,7 +64,7 @@ class CAdminMod : public CModule { {"AppendTimestamp", boolean}, {"PrependTimestamp", boolean}, {"TimestampFormat", str}, - {"DCCBindHost", boolean}, + {"DCCBindHost", str}, {"StatusPrefix", str} }; for (unsigned int i = 0; i != ARRAY_SIZE(vars); ++i) {