# HG changeset patch # User Nathan Walp # Date 1050622837 0 # Node ID 9a19c0a1e1be7a03391833fe9cbb0b5ae7f22a4b # Parent 387aafe957c4adb5c43c3c82af2138ba567022b5 [gaim-migrate @ 5514] fix the bug where being forced to change your nick when you sign on to IRC causes you to not be able to join any chats. committer: Tailor Script diff -r 387aafe957c4 -r 9a19c0a1e1be src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Thu Apr 17 05:34:16 2003 +0000 +++ b/src/protocols/irc/irc.c Thu Apr 17 23:40:37 2003 +0000 @@ -996,6 +996,7 @@ char buf[IRC_BUF_LEN]; g_snprintf(buf, sizeof(buf), "NICK %s\r\n", b); irc_write(id->fd, buf, strlen(buf)); + g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", b); } static void