Mercurial > pidgin
diff src/protocols/irc/irc.c @ 2912:152d726312b2
[gaim-migrate @ 2925]
eh
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 21 Dec 2001 23:46:41 +0000 |
| parents | b1e300a85678 |
| children | 4254491c722b |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Fri Dec 21 23:27:48 2001 +0000 +++ b/src/protocols/irc/irc.c Fri Dec 21 23:46:41 2001 +0000 @@ -1073,6 +1073,8 @@ struct irc_data *idata = gc->proto_data = g_new0(struct irc_data, 1); g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", gc->username); + gc->flags = OPT_CONN_HTML; /* this is bad. the reason for this is gtkimhtml doesn't + understand the xchat escapes. so we translate. */ g_snprintf(buf, sizeof(buf), "Signon: %s", gc->username); set_login_progress(gc, 2, buf);
