1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 22:43:12 +02:00

Yet *neither* send HOST_OFF here..

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2224 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-03-30 10:08:36 +00:00
parent 114b2d4989
commit ba8f609eb0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -496,6 +496,7 @@ class InspIRCdProto : public IRCDProto
void SendVhostDel(User *u)
{
inspircd_cmd_chghost(u->nick, (u->mode & umodes[static_cast<int>('x')] ? u->chost.c_str() : u->host));
notice_lang(s_HostServ, u, HOST_OFF);
if (has_chgidentmod && u->GetIdent() != u->GetVIdent())
{
+1
View File
@@ -499,6 +499,7 @@ class InspIRCdProto : public IRCDProto
void SendVhostDel(User *u)
{
inspircd_cmd_chghost(u->nick, (u->mode & umodes[static_cast<int>('x')] ? u->chost.c_str() : u->host));
notice_lang(s_HostServ, u, HOST_OFF);
if (has_chgidentmod && u->GetIdent() != u->GetVIdent())
{