mirror of
https://github.com/anope/anope.git
synced 2026-07-03 09:13:12 +02:00
Also clear vhost on hs_off so the proto mods don't have to
This commit is contained in:
@@ -29,6 +29,7 @@ class CommandHSOff : public Command
|
||||
source.Reply(HOST_NOT_ASSIGNED);
|
||||
else
|
||||
{
|
||||
u->vhost.clear();
|
||||
IRCD->SendVhostDel(u);
|
||||
u->UpdateHost();
|
||||
Log(LOG_COMMAND, source, this) << "to disable their vhost";
|
||||
|
||||
Reference in New Issue
Block a user