mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
4dcbe05c0f
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@796 dbcabf3a-b0e7-0310-adc4-f8d773084564
19 lines
301 B
C
19 lines
301 B
C
#include "formats.h"
|
|
|
|
enum {
|
|
IRCTXT_MODULE_NAME,
|
|
|
|
IRCTXT_FILL_1,
|
|
|
|
IRCTXT_NOTIFY_JOIN,
|
|
IRCTXT_NOTIFY_PART,
|
|
IRCTXT_NOTIFY_AWAY,
|
|
IRCTXT_NOTIFY_UNAWAY,
|
|
IRCTXT_NOTIFY_UNIDLE,
|
|
IRCTXT_NOTIFY_ONLINE,
|
|
IRCTXT_NOTIFY_OFFLINE,
|
|
IRCTXT_NOTIFY_LIST
|
|
};
|
|
|
|
extern FORMAT_REC fecommon_irc_notifylist_formats[];
|