anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Streams double-post when defined as a global plugin *and* a channel plugin #74

Closed x89 closed 7 years ago

x89 commented 7 years ago

If you have the following in your config for example:

…
global_plugins:
  - streams

channels:
  - channel: '##channel'
    plugins:
      - streams
…

Then the stream will be echoed twice in ##channel every tick.

anlutro commented 7 years ago

Thanks!