summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-12 05:44:32 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-12 05:44:32 +0200
commit198dc9eb43e6d0e5c1bb44849ce671ebf18cafcd (patch)
tree01443816f0790d3143707c1e8c5494c3f0f769f6 /src/common/hexchat.h
parentbb86771425cfdd3d09c91ce3583bb61d55005bc2 (diff)
Fix favorite channels except in inbound.c
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 0a449bfa..060fd082 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -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;