diff options
Diffstat (limited to 'src/users.c')
-rw-r--r-- | src/users.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/users.c b/src/users.c index 4efc355b4..059d598b4 100644 --- a/src/users.c +++ b/src/users.c @@ -158,7 +158,7 @@ const std::string &User::GetCloakedHost() const const std::string &User::GetUID() const { - return this->uid; + return this->uid; } @@ -166,7 +166,7 @@ void User::SetVIdent(const std::string &sident) { this->vident = sident; - Alog(LOG_DEBUG) << this->nick << " changed ident to " << sident; + Alog(LOG_DEBUG) << this->nick << " changed vident to " << sident; this->UpdateHost(); } |