Andrew Vehlies

Results 4 comments of Andrew Vehlies

It looks like the only conflicts to be resolved are in `mddoc.xml` and `README.md`. Is there a plan for releasing this as a version 3?

Hi @donatj - I recently started using `mock-webserver` and was wondering if there was an update to varying responses by query string? Right now I'm in a situation where I...

Regrettably, I'm not sure how to implement a new hook. I'm still pretty new to Python. So far what I've been doing to implement a new "crond" is making a...

So my code looks like this: ``` python def crond(inp, nick='', db=None, notice=None, message=None): while True: message("message here") sleep(60) ``` And the intention is to get the bot to say...