Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 8fca1d8

Browse files
Merge pull request #1122 from github/achewood_feex
fix achewood problems
2 parents 07f0847 + 6c50b1b commit 8fca1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/achewood.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = (robot) ->
3737
msg.send "http://achewood.com" + comic.src + "#.png"
3838
msg.send comic.title
3939

40-
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) ->
40+
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) ->
4141
arg = msg.match[1]
4242
if arg == undefined
4343
msg.http("http://www.ohnorobot.com/random.pl?comic=636")

0 commit comments

Comments
 (0)