Cade
Cade
This would also solve #198
#198 has been merged to here.
This has been started on [feature/link-whitelisting](https://github.com/CactusDev/CactusBot/tree/feature/link-whitelisting)
Added api, because we'd want this to be configurable
Implementation has started on [feature/service-config](https://github.com/CactusDev/CactusBot/tree/feature/service-config), but is waiting on the api to support more than one service ( [command.py#L30](https://github.com/CactusDev/CactusBot/blob/feature/service-config/cactusbot/handlers/command.py#L30) ). *cough* @RPiAwesomeness *cough*
We've been thinking about making message triggers. For instance if you're playing on a server and people keep asking for the ip: ``` !command add ip I'm playing in Hypixel!...
@2Cubed I think that we should have some sort of new features, even in our minor updates.
@2Cubed That's a much better way
@Alkali-Metal This should stay part of the `command` command because it changes something about commands. Changing built-in command permissions can still happen using this command, it just needs to be...
What's the status on this issue? I've replicated it with this bit of code, if it helps: ``` extern crate env_logger; extern crate ws; fn main() { env_logger::init(); ws::connect("wss://echo.websocket.org", |out|...