Lukas Jagemann
Lukas Jagemann
Yeah but the other way around. You probably refer to the channel command which dimms *everyone else* when talking. But in this case the request was to dimm the bot...
That's exactly the request of this issue...
Interesting problem, I think the easiest solution will probably be just adding a trusted ip settings field to the config. Unfortunately I'm currently on vacation and my laptop died liteally...
Any specific reason not to just save a bot after connecting with `!bot save (name)` that way the identity is stored
As part of some bigger changes, I'm also intagrating json bodies for api requests. Maybe there'll be some opportunities to improve on certain calls by adding additional information in the...
It's open because it's an enhancement I don't have unlimited time to implement everyting. If I see that some issues get more attention than others I might prioritize them, but...
for 1. and 2. that is both planned, but not yet implemented. I've planned two changes for that. One internal, and one external to the folder structure. I hope to...
To 3: The bot now has events to freely configure when left alone or joined again. ```toml [events] #... #Called when the last client leaves the channel of the bot....
That was not a yes/no question, you might want to read that again. Also I have planned to implement/support xspf and jspf (xspf in json) ([see here](http://www.xspf.org/jspf/)). I think that...
Most of that can already be done now with the curren setup. `!jsonlist read "path/url"` -> `!list get "path/url"` `!jsonlist start` - `!list play` `!jsonlist stop` - `!stop` `!jsonlist repeat...