mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
/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:
parent
2a44f98a51
commit
bdde1d884c
3 changed files with 13 additions and 3 deletions
|
|
@ -12,7 +12,8 @@ enum {
|
|||
IRCTXT_NOTIFY_UNIDLE,
|
||||
IRCTXT_NOTIFY_ONLINE,
|
||||
IRCTXT_NOTIFY_OFFLINE,
|
||||
IRCTXT_NOTIFY_LIST
|
||||
IRCTXT_NOTIFY_LIST,
|
||||
IRCTXT_NOTIFY_LIST_EMPTY
|
||||
};
|
||||
|
||||
extern FORMAT_REC fecommon_irc_notifylist_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue