comparison src/protocols/irc/irc.c @ 2916:4254491c722b

[gaim-migrate @ 2929] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 03:38:20 +0000
parents 152d726312b2
children 4df759d607f3
comparison
equal deleted inserted replaced
2915:7a158753b8d6 2916:4254491c722b
1071 1071
1072 struct gaim_connection *gc = new_gaim_conn(user); 1072 struct gaim_connection *gc = new_gaim_conn(user);
1073 struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1); 1073 struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1);
1074 1074
1075 g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", gc->username); 1075 g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", gc->username);
1076 gc->flags = OPT_CONN_HTML; /* this is bad. the reason for this is gtkimhtml doesn't 1076 gc->flags = OPT_CONN_SHOW_HTML; /* this is bad. the reason for this is gtkimhtml doesn't
1077 understand the xchat escapes. so we translate. */ 1077 understand the xchat escapes. so we translate. */
1078 1078
1079 g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username); 1079 g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username);
1080 set_login_progress(gc, 2, buf); 1080 set_login_progress(gc, 2, buf);
1081 1081
1082 idata->chantypes = g_strdup("#&!+"); 1082 idata->chantypes = g_strdup("#&!+");