diff options
author | Timo Sirainen <cras@irssi.org> | 2001-09-21 14:09:44 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-09-21 14:09:44 +0000 |
commit | e41f1dc73fda939de59be69a1616a355d784ab63 (patch) | |
tree | b8b94d9c28e0054dfb9a52fdd89c1cb67e539d1e /src/fe-common/core/module-formats.c | |
parent | d46db0aac208fbdb25008de670306c03d0f1f49e (diff) | |
download | irssi-e41f1dc73fda939de59be69a1616a355d784ab63.zip |
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
Diffstat (limited to 'src/fe-common/core/module-formats.c')
-rw-r--r-- | src/fe-common/core/module-formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }, |