comparison src/protocols/irc/irc.c @ 2918:4df759d607f3

[gaim-migrate @ 2931] this was a bad hack. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Dec 2001 08:08:37 +0000
parents 4254491c722b
children 0e6577e8bd1d
comparison
equal deleted inserted replaced
2917:93e2c99ccf50 2918:4df759d607f3
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_SHOW_HTML; /* this is bad. the reason for this is gtkimhtml doesn't
1077 understand the xchat escapes. so we translate. */
1078 1076
1079 g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username); 1077 g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username);
1080 set_login_progress(gc, 2, buf); 1078 set_login_progress(gc, 2, buf);
1081 1079
1082 idata->chantypes = g_strdup("#&!+"); 1080 idata->chantypes = g_strdup("#&!+");