diff options
Diffstat (limited to 'src/users.c')
-rw-r--r-- | src/users.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/users.c b/src/users.c index 9fca93865..8078acc20 100644 --- a/src/users.c +++ b/src/users.c @@ -118,8 +118,7 @@ void update_host(User * user) } if (debug) - alog("debug: %s changes its host to %s", user->nick, - common_get_vhost(user)); + alog("debug: %s changes its host to %s", user->nick, user->host); } @@ -734,7 +733,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host, alog("%s: %s!%s@%s automatically identified for nick %s", s_NickServ, user->nick, user->username, - common_get_vhost(user), user->nick); + user->host, user->nick); } } |