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

Update host on hs off too

Protocol modules which don't trigger this by causing a mode change
currently desync
This commit is contained in:
Adam
2015-06-20 17:32:33 -04:00
parent 65bf84cfb5
commit 444976e64f
+1
View File
@@ -30,6 +30,7 @@ class CommandHSOff : public Command
else
{
IRCD->SendVhostDel(u);
u->UpdateHost();
Log(LOG_COMMAND, source, this) << "to disable their vhost";
source.Reply(_("Your vhost was removed and the normal cloaking restored."));
}