diff --git a/controller/hooks.go b/controller/hooks.go index 544528c2..17ce3eac 100644 --- a/controller/hooks.go +++ b/controller/hooks.go @@ -235,6 +235,7 @@ func (c *Controller) cmdPDelHook(msg *server.Message) (res resp.Value, d command delete(hm, h.Name) } delete(c.hooks, h.Name) + d.updated = true count++ } }