You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a channel is muted, there are several potential ways a Halibot instance should react. For example:
Continue to output if Halibot has voice
Do not output certain messages (regardless of voice status)
Silence all output, regardless of voice
and so on.
The IRC agent should be able to detect muted channels, and have some form of configuration options to tweak the desired output. This should probably be used in conjunction with a filter, but that is out of scope of this repository.
The text was updated successfully, but these errors were encountered:
When a channel is muted, there are several potential ways a Halibot instance should react. For example:
and so on.
The IRC agent should be able to detect muted channels, and have some form of configuration options to tweak the desired output. This should probably be used in conjunction with a filter, but that is out of scope of this repository.
The text was updated successfully, but these errors were encountered: