diff libpurple/protocols/irc/irc.h @ 25563:24aa97dd601f

applied changes from 0064869870b3507952491598f4d4b8d4a99fbc6b through 0d220fdade88a561785e674e66d01a2a34bd4b1c
author Ethan Blanton <elb@pidgin.im>
date Tue, 28 Apr 2009 20:15:53 +0000
parents c204239bef48
children f9cf1e14838b
line wrap: on
line diff
--- a/libpurple/protocols/irc/irc.h	Tue Apr 28 20:14:08 2009 +0000
+++ b/libpurple/protocols/irc/irc.h	Tue Apr 28 20:15:53 2009 +0000
@@ -72,7 +72,7 @@
 		char *name;
 		char *server;
 		char *serverinfo;
-		char *channels;
+		GString *channels;
 		int ircop;
 		int identified;
 		int idle;