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

Commit ab488e4

Browse files
Merge pull request #939 from WoogieNoogie/master
Add "am I the only one" meme to memegen script
2 parents cf6760e + 015a212 commit ab488e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scripts/meme_generator.coffee

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# hubot memegen <text> you're gonna have a bad time - Bad Time Ski Instructor
2828
# hubot memegen one does not simply <text> - Lord of the Rings Boromir
2929
# hubot memegen it looks like (you|you're) <text> - Generates Clippy
30+
# hubot memegen AM I THE ONLY ONE AROUND HERE <text> - The Big Lebowski
3031
#
3132
# Author:
3233
# skalnik
@@ -108,6 +109,11 @@ module.exports = (robot) ->
108109
regex: /(memegen )?(it looks like you're|it looks like you) (.*)/i,
109110
generatorID: 20469,
110111
imageID: 1159769
112+
},
113+
{
114+
regex: /(memegen )?(AM I THE ONLY ONE AROUND HERE) (.*)/i,
115+
generatorID: 953639,
116+
imageID: 4240352
111117
}
112118
]
113119

0 commit comments

Comments
 (0)