mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
18 lines
330 B
C
18 lines
330 B
C
#include <irssi/src/fe-common/core/formats.h>
|
|
|
|
enum {
|
|
IRCTXT_MODULE_NAME,
|
|
|
|
IRCTXT_FILL_1,
|
|
|
|
IRCTXT_NOTIFY_JOIN,
|
|
IRCTXT_NOTIFY_PART,
|
|
IRCTXT_NOTIFY_AWAY,
|
|
IRCTXT_NOTIFY_UNAWAY,
|
|
IRCTXT_NOTIFY_ONLINE,
|
|
IRCTXT_NOTIFY_OFFLINE,
|
|
IRCTXT_NOTIFY_LIST,
|
|
IRCTXT_NOTIFY_LIST_EMPTY
|
|
};
|
|
|
|
extern FORMAT_REC fecommon_irc_notifylist_formats[];
|