summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/message.cpp1
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 */