mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
19
src/fe-common/irc/notifylist/module-formats.h
Normal file
19
src/fe-common/irc/notifylist/module-formats.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#include "printtext.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[];
|
||||
#define MODULE_FORMATS fecommon_irc_notifylist_formats
|
||||
Loading…
Add table
Add a link
Reference in a new issue