1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 07:33:13 +02:00

Fixes bugs #1105 and #1106

Now properly track users host changes and keep users cloaked hosts saved in memory


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2498 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-09-12 03:32:47 +00:00
parent 46030bbc7e
commit 7ea66a37d5
21 changed files with 164 additions and 53 deletions
+3
View File
@@ -32,7 +32,10 @@ class CommandHSOff : public Command
if (!vhost && !vident)
notice_lang(s_HostServ, u, HOST_NOT_ASSIGNED);
else
{
ircdproto->SendVhostDel(u);
notice_lang(s_HostServ, u, HOST_OFF);
}
return MOD_CONT;
}