Harry Vangberg
Harry Vangberg
If contributed, it will be merged, definitely.
Same as :join/:part – it's out there in some forks, but missing tests.
Actually, that was easier than I thought. Check the reload-branch: http://github.com/ichverstehe/isaac/tree/reload ``` configure do |c| c.reload = true end ``` and your event handler will be reloaded at every event....
There's a few forks that has this. They just need some tests.
For stuff like Timeout etc., this should definitely be done. But for HTTP errors, we already got `Response#error?` and `Response#code`.
Thanks! Definitely. Create a pull request and I will merge :)
Or: look up how to conjugate a given verb. E.g. I know the infinitive but not the perfect.
Please add a test case.
Thanks for your work! Wouldn't a specific listener always want the same filter? That is, would it not make more sense to specify them as part of the listener, instead...
Thank you. I need to revamp the `CommandSocket` tests. As soon as this is done I'll merge this in.