aboutsummaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2007-02-08 19:01:35 +0000
committerGravatar brain2007-02-08 19:01:35 +0000
commita343477d780d0a367e8ad3099ebb9e76af4db59a (patch)
treeb91f477603f55751b57ef76c72b965d0a73bb0c8 /src/users.cpp
parentTry without deletes that it done anyway on close of InspSocket's socket. (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;
}