/NOTIFY, /NOTIFY -list: Added "The notify list is empty" message

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1669 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-29 01:46:34 +00:00 committed by cras
commit bdde1d884c
3 changed files with 13 additions and 3 deletions

View file

@ -36,6 +36,7 @@ FORMAT_REC fecommon_irc_notifylist_formats[] =
{ "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_empty", "The notify list is empty", 0 },
{ NULL, NULL, 0 },
};