diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index a7925997..a65af6ef 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -237,7 +237,7 @@ FORMAT_REC fecommon_core_formats[] = { { "unknown_chatnet", "Unknown chat network: $0 (create it with /IRCNET ADD)", 1, { 0 } }, { "not_toggle", "Value must be either ON, OFF or TOGGLE", 0 }, { "perl_error", "Perl error: $0", 1, { 0 } }, - { "bind_key", "$[10]0 $1 $2", 3, { 0, 0, 0 } }, + { "bind_key", "$[!20]0 $1 $2", 3, { 0, 0, 0 } }, { "bind_unknown_id", "Unknown bind action: $0", 1, { 0 } }, { "config_saved", "Saved configuration to file $0", 1, { 0 } }, { "config_reloaded", "Reloaded configuration", 1, { 0 } },