mirror of
https://github.com/anope/anope.git
synced 2026-07-05 21:13:13 +02:00
Backported mooncups patch and added a message to /hs off when using inspircd12.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1945 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -499,6 +499,7 @@ class InspIRCdProto : public IRCDProto
|
||||
void SendVhostDel(User *u)
|
||||
{
|
||||
inspircd_cmd_chghost(u->uid, (u->mode & umodes[static_cast<int>('x')]) ? u->chost.c_str() : u->host);
|
||||
notice_lang(s_HostServ, u, HOST_OFF);
|
||||
}
|
||||
|
||||
void SendAkill(const char *user, const char *host, const char *who, time_t when, time_t expires, const char *reason)
|
||||
|
||||
Reference in New Issue
Block a user