Save nicks when closing network list

#570
This commit is contained in:
TingPing 2013-05-01 10:36:16 -03:00
parent c4384265e4
commit 1969db5f94
1 changed files with 1 additions and 0 deletions

View File

@ -656,6 +656,7 @@ servlist_savegui (void)
sp[0] = 0; /* spaces will break the login */
/* strcpy (prefs.hex_irc_real_name, GTK_ENTRY (entry_greal)->text); */
servlist_save ();
save_config (); /* For nicks stored in hexchat.conf */
return 0;
}