summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 9b47ea87c..8183760f7 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1678,7 +1678,7 @@ bool userrec::ChangeDisplayedHost(const char* host)
}
if (IS_LOCAL(this))
- this->WriteServ("396 %s %s :is now your hidden host",this->nick,this->dhost);
+ this->WriteServ("396 %s %s :is now your displayed host",this->nick,this->dhost);
return true;
}