mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
reverted the username/realname keeping with /reconnect. it was broken.
fixing it properly would need to keep track of if the username/realname came from /ircnet -username or /server add -username or what.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3228 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1757418c61
commit
ca20209ce2
@ -175,6 +175,8 @@ server_connect_copy_skeleton(SERVER_CONNECT_REC *src, int connect_info)
|
||||
|
||||
dest->chatnet = g_strdup(src->chatnet);
|
||||
dest->nick = g_strdup(src->nick);
|
||||
dest->username = g_strdup(src->username);
|
||||
dest->realname = g_strdup(src->realname);
|
||||
|
||||
if (src->own_ip4 != NULL) {
|
||||
dest->own_ip4 = g_new(IPADDR, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user