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:
@@ -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())
|
||||
{
|
||||
|
||||
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user