1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

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
This commit is contained in:
Emanuele Giaquinta 2008-05-12 23:46:33 +00:00 committed by exg
parent 09afda5234
commit b85e843297

View File

@ -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 },