summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-08 19:01:35 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-02-08 19:01:35 +0000
commita343477d780d0a367e8ad3099ebb9e76af4db59a (patch)
treeb91f477603f55751b57ef76c72b965d0a73bb0c8 /src/users.cpp
parent390fa24e97ecc6b547ba599c6a3e1483c6522ab7 (diff)
"is now your hidden host" -> "is now your displayed host". Wording fits better when uncloaking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6549 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-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;
}