diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 20:24:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 20:24:24 +0000 |
commit | cf084d8a079d007e5a838497ab337e8f6c27d98d (patch) | |
tree | 6a71f0310545162893cf098f9e32366a8ef1ba6e /src/message.cpp | |
parent | acba97b36b6aacc3ea34a6ccf9e9ec4d375b24c6 (diff) |
Added numeric 396 ("x :is now your hidden host") from hybrid/ircu
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3025 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/message.cpp')
-rw-r--r-- | src/message.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message.cpp b/src/message.cpp index b8079d683..c53612b06 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -228,6 +228,7 @@ void ChangeDisplayedHost(userrec* user, const char* host) FOREACH_MOD(I_OnChangeHost,OnChangeHost(user,host)); } strlcpy(user->dhost,host,160); + WriteServ(user->fd,"396 %s %s :is now your hidden host",user->nick,user->dhost); } /* verify that a user's ident and nickname is valid */ |