eSoares
eSoares
I think that CIRC doesn't support DCC, see issue #40.
May I add to the issue, since I think is related. The UI maybe should permit change anything about the repository (same UI as "Add existing repository"). This would be...
I have run the exact same tests has travis in a couple of different machines without any problem... If anyone know what could be the cause, fell free to comment!
Looks like forcing to only use one process works for now... At least I had it run in travis twice with success. (Other run at: https://travis-ci.org/github/eSoares/CommPy/builds/721700025 )
Hello Bastian, I agree with some of your concerns. My PR is in the way of making easier use cases that I have found, note that nothing in this code...
To me, it's working. But has a slightly different bug: it replies when I setup the reminder. 
I think the fix is to force commands to be on the start of the line, that would make them not trigger when someone says something like:" _just use !image...
In the current implementation looks like it: https://github.com/llimllib/limbo/blob/master/limbo/limbo.py#L146 I'm running an older version on my bot, but I don't see a reason to filter out slackbot messages...
Just to add to the idea of loading tokens/vars from a config file. Each plugin could have it's own section with their parameters, something like: ``` ..... [plugin_weather] token =...
Sure @davidlday , where is a example that I think captures some of the nuances of latex files: https://gist.github.com/eSoares/48f3d95ef6028b0adb125a25d91f7489 Fell free to ask questions.