Skip to content

Instantly share code, notes, and snippets.

@Shmiddty
Created October 10, 2013 16:27
Show Gist options
  • Save Shmiddty/6921285 to your computer and use it in GitHub Desktop.
Save Shmiddty/6921285 to your computer and use it in GitHub Desktop.
AFK responses for SOChatBot
var responses = [
{
outgoing : 'Why are you leaving me!?',
incoming : [
'Welcome back!', 'Where were you!?',
'You saw that whore again, didn\'t you!?'
]
},
{
outgoing : 'Just go already!',
incoming : [
'Oh, it\'s you again...', 'Look at what the cat dragged in...',
'You\'ve got some balls, coming back here after what you did.'
]
},
{
outgoing : 'Nobody cares.',
incoming : [
'I already told you, nobody cares.',
'There goes the neighbourhood.'
]
},
{
outgoing : 'Hurry back, ok?',
incoming : [
'I thought you\'d never come back!',
'It\'s been 20 years. You can\'t just waltz back into my life ' +
'like this.'
]
},
{
outgoing : 'Stay safe.',
incoming : [ 'Were you bitten!? Strip! Prove you weren\'t bitten.' ]
},
{
outgoing : 'Can you pick up some milk on your way back?',
incoming : [
'Where\'s the milk?',
'Turns out I already have milk. Oops.'
]
},
{
outgoing : 'Apricots are people too!',
incoming : [
'You taste just like raisin.', 'I am a banana!',
'My spoon is too big!', 'BROOOOOOOOOOOO.'
]
}
];
@SomeKittens
Copy link

Going: "Grab me a gallon of milk. Oh, and if they've got eggs, get a dozen."
Back: "Why do you have twelve gallons of milk?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment