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:
@@ -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."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user