mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
be6ba53fa4
chatnet config. Moved reading chatnets to core. Lots of other multiprotocol updates. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1237 dbcabf3a-b0e7-0310-adc4-f8d773084564
13 lines
232 B
C
13 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;
|