grantbowering / hubot-assflip

Hubot script. Replies to '<word>-ass <word>' with the hyphen moved to the other side ("Eww, <word> ASS-<noun>?!")

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-assflip

Hubot script. Replies to '[x]-ass [y]' with the hyphen moved to the other side ('Eww, [x] ASS-[y]?!')

Installation

In hubot project repo, run:

npm install hubot-assflip --save

Then add hubot-assflip to your external-scripts.json:

[
  "hubot-assflip"
]

Sample Interaction

user1>> that's a sweet-ass car.
hubot>> Eww, sweet ASS-car?!

About

Hubot script. Replies to '<word>-ass <word>' with the hyphen moved to the other side ("Eww, <word> ASS-<noun>?!")


Languages

Language:CoffeeScript 76.4%Language:JavaScript 14.9%Language:Shell 8.6%