From e41f1dc73fda939de59be69a1616a355d784ab63 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 21 Sep 2001 14:09:44 +0000 Subject: [PATCH] bind_key format updated. Doesn't truncate the key now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1807 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } },