summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-05-12 23:46:33 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-05-12 23:46:33 +0000
commitb85e843297263cf03c12b8d867bef0e11bac68f7 (patch)
tree8c1d6a331e34052fa6bbd9957b2d0612bd704c2a
parent09afda5234f1518ba2b1658015bd9bd0de504d06 (diff)
downloadirssi-b85e843297263cf03c12b8d867bef0e11bac68f7.zip
Update notify_list theme format for idle option removal.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4816 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--src/fe-common/irc/notifylist/module-formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/irc/notifylist/module-formats.c b/src/fe-common/irc/notifylist/module-formats.c
index c97fb7f3..4c91ce7a 100644
--- a/src/fe-common/irc/notifylist/module-formats.c
+++ b/src/fe-common/irc/notifylist/module-formats.c
@@ -35,7 +35,7 @@ FORMAT_REC fecommon_irc_notifylist_formats[] =
{ "notify_unidle", "{nick $0} [$5] [$1@$2] [{hilight $3}] just stopped idling", 6, { 0, 0, 0, 0, 0, 0 } },
{ "notify_online", "On $0: {hilight $1}", 2, { 0, 0 } },
{ "notify_offline", "Offline: $0", 1, { 0 } },
- { "notify_list", "$0: $1 $2 $3", 4, { 0, 0, 0, 0 } },
+ { "notify_list", "$0: $1 $2", 4, { 0, 0, 0, 0 } },
{ "notify_list_empty", "The notify list is empty", 0 },
{ NULL, NULL, 0 },