mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40:19 +00:00
Variable cleanup for irc_*
This commit is contained in:
@@ -613,7 +613,7 @@ servlist_connect (session *sess, ircnet *net, gboolean join)
|
||||
|
||||
if (net->flags & FLAG_USE_GLOBAL)
|
||||
{
|
||||
strcpy (serv->nick, prefs.nick1);
|
||||
strcpy (serv->nick, prefs.hex_irc_nick1);
|
||||
} else
|
||||
{
|
||||
if (net->nick)
|
||||
|
||||
Reference in New Issue
Block a user