mirror of
https://github.com/znc/znc.git
synced 2026-08-03 23:43:42 +02:00
Add encoding to controlpanel's help
This commit is contained in:
@@ -75,7 +75,10 @@ class CAdminMod : public CModule {
|
||||
{"PrependTimestamp", boolean},
|
||||
{"TimestampFormat", str},
|
||||
{"DCCBindHost", str},
|
||||
{"StatusPrefix", str}
|
||||
{"StatusPrefix", str},
|
||||
#ifdef HAVE_ICU
|
||||
{"ClientEncoding", str},
|
||||
#endif
|
||||
};
|
||||
for (unsigned int i = 0; i != ARRAY_SIZE(vars); ++i) {
|
||||
VarTable.AddRow();
|
||||
@@ -97,6 +100,9 @@ class CAdminMod : public CModule {
|
||||
{"BindHost", str},
|
||||
{"FloodRate", doublenum},
|
||||
{"FloodBurst", integer},
|
||||
#ifdef HAVE_ICU
|
||||
{"Encoding", str},
|
||||
#endif
|
||||
};
|
||||
for (unsigned int i = 0; i != ARRAY_SIZE(nvars); ++i) {
|
||||
NVarTable.AddRow();
|
||||
|
||||
Reference in New Issue
Block a user