Fix favorite channels except in inbound.c

This commit is contained in:
Berke Viktor
2013-05-12 05:44:32 +02:00
parent bb86771425
commit 198dc9eb43
7 changed files with 332 additions and 522 deletions

View File

@@ -566,7 +566,7 @@ typedef struct server
time_t away_time; /* when we were marked away */
char *encoding; /* NULL for system */
char *autojoin; /* list of channels & keys to join */
GSList *favlist; /* list of channels & keys to join */
unsigned int motd_skipped:1;
unsigned int connected:1;