From a343477d780d0a367e8ad3099ebb9e76af4db59a Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 8 Feb 2007 19:01:35 +0000 Subject: "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 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3