mirror of
https://github.com/irssi/irssi.git
synced 2026-08-15 06:32:06 +02:00
12 lines
232 B
C
12 lines
232 B
C
|
|
int type; /* module_get_uniq_id("CHANNEL SETUP", 0) */
|
||
|
|
int chat_type; /* chat_protocol_lookup(xx) */
|
||
|
|
|
||
|
|
char *name;
|
||
|
|
char *chatnet;
|
||
|
|
char *password;
|
||
|
|
|
||
|
|
char *botmasks;
|
||
|
|
char *autosendcmd;
|
||
|
|
|
||
|
|
unsigned int autojoin:1;
|
||
|
|
GHashTable *module_data;
|