sharkbound / PythonTwitchBotFramework

asynchronous twitchbot framework made in pure python
MIT License
100 stars 26 forks source link

add customcommand global support #35

Closed sharkbound closed 3 years ago

sharkbound commented 3 years ago

proposed change is to add a syntax/feature to make !addcmd support adding it to all channels

sharkbound commented 3 years ago

few issues with this 1) custom commands (adding via !addcmd) are meant to be bound to one channel 2) allowing them to be global presents a issue where if the bot is running on multiple channels, this can lead to commands popping up in other connecting channels that dont want them.

as of now, this is suspended, as it creates other issues