aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/nogaim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 06bd8e4b..6c564c8c 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -464,7 +464,7 @@ void imcb_buddy_nick_hint( struct im_connection *ic, char *handle, char *nick )
nick_dedupe( ic->acc, handle, newnick );
- u->nick = g_strdup( newnick );
+ user_rename( ic->irc, u->nick, newnick );
}
}