-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
for great justice ❤️ |
👍 👍 |
oh can you make the date optionally depend on |
fairly sure ymendel owns airwolf. this is not coded language. he has airwolf and is flying it while writing this code. |
@gjtorikian : That was the first thing I did. |
I only know HTML. It's cool, there's still something we can all talk about. Like how I let my family down. |
In the spirit of #1113 maybe we can move this to it's own package? |
Now it works, no complaints about `OUTDENT`
Okay, I think this works well now. We can move to a separate package, but I'm not too sure about what's necessary. |
Give https://github.com/hubot-scripts/hubot-example a gander, it's an example package I wrote. |
I can add you as a member to the hubot-scripts org @ymendel so you can push the package to their if that is more convenient. |
Yeah, this makes more sense under hubot-scripts. I'll try to work something out and push it up 🔜. |
I was going to cut a release, so figured I'd include this. |
That's awesome, but it lowers my motivation to make a separate package. 😉 |
@ymendel don't worry about it. I'll look at extracting the scripts we use out of this repo to their own packages at some point. |
@@ -36,16 +37,22 @@ module.exports = (robot) -> | |||
msg.send "http://achewood.com" + comic.src + "#.png" | |||
msg.send comic.title | |||
|
|||
robot.respond /achewood\s?((0[1-9]|1[0-2]).(0[1-9]|[1-2][0-9]|3[0-1]).(20\d{2})$|current)?/i, (msg) -> | |||
if msg.match[1] == undefined | |||
robot.respond /achewood\s?((?:0[1-9]|1[0-2]).?(?:0[1-9]|[1-2][0-9]|3[0-1]).?(?:20\d{2})$|.*)?/i, (msg) -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heh, I guess I broke this entirely
COFFEESCRIPT!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's clean up some of this to make our Achewood experience better.
cc @gjtorikian, @balevine, @thedaniel, @kelseyschimm, @technicalpickles