1
0
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:
Adam
2015-06-21 10:42:49 -04:00
parent 444976e64f
commit bb5c4906cc
+1
View File
@@ -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";