mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@640 dbcabf3a-b0e7-0310-adc4-f8d773084564
14 lines
369 B
C
14 lines
369 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;
|
|
|
|
STRUCT_SERVER_REC *server;
|
|
char *name;
|
|
|
|
time_t createtime;
|
|
int new_data;
|
|
int last_color; /* if NEWDATA_HILIGHT is set, color number could be specified here */
|
|
|
|
#undef STRUCT_SERVER_REC
|