@@ -86,7 +86,9 @@ func Run(ctx context.Context, configFile string) (err error) {
select {
case event := <-EventBus:
for _, plugin := range Plugins {
plugin.Config.OnEvent(event)
if plugin.RawConfig["enable"] != false {
}
case <-ctx.Done():
return
The note is not visible to the blocked user.