1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

remove = from format because people get confused by it

This commit is contained in:
vague666 2018-06-14 20:02:30 +02:00
parent daf6ce86cb
commit 1ab679bf32

View File

@ -282,7 +282,7 @@ FORMAT_REC fecommon_core_formats[] = {
{ "glib_error", "{error $0} $1", 2, { 0, 0 } },
{ "overwrite_config", "Overwrite config (y/N)?", 0 },
{ "set_title", "[{hilight $0}]", 1, { 0 } },
{ "set_item", "$0 = $1", 2, { 0, 0 } },
{ "set_item", "$[-!32]0 %_$1", 2, { 0, 0 } },
{ "set_unknown", "Unknown setting $0", 1, { 0 } },
{ "set_not_boolean", "Setting {hilight $0} isn't boolean, use /SET", 1, { 0 } },
{ "no_completions", "There are no completions", 0 },