Fix initial autojoins and some erroneous copies/frees

This commit is contained in:
Berke Viktor
2013-05-14 16:40:32 +02:00
parent 7cdfeff204
commit a435e8648f
6 changed files with 131 additions and 12 deletions

View File

@@ -479,7 +479,7 @@ typedef struct server
void (*p_ns_identify)(struct server *, char *pass);
void (*p_ns_ghost)(struct server *, char *usname, char *pass);
void (*p_join)(struct server *, char *channel, char *key);
void (*p_join_list)(struct server *, GSList *channels, GSList *keys);
void (*p_join_list)(struct server *, GSList *favorites);
void (*p_login)(struct server *, char *user, char *realname);
void (*p_join_info)(struct server *, char *channel);
void (*p_mode)(struct server *, char *target, char *mode);