forked from PsychoticNinja/ailin-nemui-irssi
hilight_act_color now use %codes for specifying color. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1402 dbcabf3a-b0e7-0310-adc4-f8d773084564
16 lines
319 B
C
16 lines
319 B
C
/* WI_ITEM_REC definition, used for inheritance */
|
|
|
|
int type; /* module_get_uniq_id("CHANNEL/QUERY/xxx", 0) */
|
|
int chat_type; /* chat_protocol_lookup(xx) */
|
|
GHashTable *module_data;
|
|
|
|
void *window;
|
|
STRUCT_SERVER_REC *server;
|
|
char *name;
|
|
|
|
time_t createtime;
|
|
int data_level;
|
|
char *hilight_color;
|
|
|
|
#undef STRUCT_SERVER_REC
|