diff options
Diffstat (limited to 'user.c')
-rw-r--r-- | user.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ user_t *user_findhandle( struct im_connection *ic, char *handle ) return NULL; } +/* DO NOT PASS u->nick FOR oldnick !!! */ void user_rename( irc_t *irc, char *oldnick, char *newnick ) { user_t *u = user_find( irc, oldnick ); |