Closed s0ph0s-dog closed 8 years ago
Discussion on the PR from IRC:
<nelsk> PR looks okay to me, the one change I'd make is I think cinchize had a framework supported way for parsing commands iirc
<nelsk> The matcher supports argument extraction.
See issue #60 for more discussion, as this needs to be solved and the PR updated before it can be accepted.
Argument extraction example in the DO bot functions
Regex groups get passed through.
And that fixes it to use the admin plugin. Non-exhaustive testing shows it to work properly in most normal cases.
Looks good!
This pull request aims to add live editing to the quotes plugin. This enables the bot owner and, optionally, channel operators, to add quotes to the quote list, without manually editing
quotes.yml
.It also moves the file handling code into the data model, abstracting it away from the view.
If you don't want this as part of canonical Showbot, that's fine. I wrote it mostly for practice, since I only learned Ruby last Sunday.
-s0ph0s