~aleteoryx/sexchat

4c29b0ff3540e4745ef4cdceecfaf736a6dfffa2 — Aleteoryx 4 months ago a5ac3da
dumbass
1 files changed, 1 insertions(+), 1 deletions(-)

M src/common/proto-irc.c
M src/common/proto-irc.c => src/common/proto-irc.c +1 -1
@@ 2123,8 2123,8 @@ ircconn_new (void)
	serv = g_new0 (struct ircconn, 1);
	serv->id = id++;

	conn_fill (&serv->c);	// calls irc_reset
	irc_fill_her_up (serv);
	conn_fill (&serv->c);	// calls irc_reset

	strcpy (serv->nick, prefs.hex_irc_nick1);