~aleteoryx/sexchat

3cb6ffdf76c8a7b4d76f21f0ba22c1ea94e28ba8 — Aleteoryx 4 months ago 73e4ba7
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);