Remove dead assignment

This commit is contained in:
Maya Rashish 2017-04-27 01:50:33 +03:00
commit 33968c4c2f

View file

@ -138,8 +138,6 @@ static void init_userinfo(void)
if (nick == NULL || *nick == '\0') {
str = g_getenv("IRCNICK");
settings_set_str("nick", str != NULL ? str : user_name);
nick = settings_get_str("nick");
}
/* host name */