From 4c29b0ff3540e4745ef4cdceecfaf736a6dfffa2 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 28 Jul 2025 17:21:02 -0400 Subject: [PATCH] dumbass --- src/common/proto-irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index 59ec968a76857f84bc0f3d405d69432a4fe8f3ea..c2f3c6ce5562ec625adf1141b29ee6eef50cc035 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -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);