From 444976e64f5e5eb261f9ac25585535ca593a24f9 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 20 Jun 2015 17:32:33 -0400 Subject: Update host on hs off too Protocol modules which don't trigger this by causing a mode change currently desync --- modules/commands/hs_off.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/hs_off.cpp') diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp index 96d5fccca..c3b5e8b50 100644 --- a/modules/commands/hs_off.cpp +++ b/modules/commands/hs_off.cpp @@ -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.")); } -- cgit