mirror of
https://github.com/anope/anope.git
synced 2026-07-05 07:33:13 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user