Fix help of admin module.

DCCBindHost is string, not boolean.
This commit is contained in:
Alexey Sokolov
2012-02-03 21:51:33 +07:00
parent 6b2029fa16
commit b966204456
+1 -1
View File
@@ -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) {