1
0
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:
robbeh
2009-02-07 22:15:54 +00:00
parent a0925f2d4c
commit 226710743e
16 changed files with 34 additions and 4 deletions
+1
View File
@@ -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)