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.
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.