Skip to content

Commit

Permalink
Update host on hs off too
Browse files Browse the repository at this point in the history
Protocol modules which don't trigger this by causing a mode change
currently desync
  • Loading branch information
Adam- committed Jun 20, 2015
1 parent 65bf84c commit 444976e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/commands/hs_off.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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."));
}
Expand Down

0 comments on commit 444976e

Please sign in to comment.