Advertisement
Guest User

Untitled

a guest
May 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. if(data.message.indexOf('pizza') > -1) {
  2. this.sendChat(bot, '@Oral_Enterprises you\'re a dick');
  3. }
  4. if(data.message.indexOf('oral rage') > -1) {
  5. this.sendChat(bot, 'fuck this shit I\'m going to mindful');
  6. }
  7. if(data.message.indexOf('Oral can be a dick sometimes') > -1) {
  8. this.sendChat(bot, 'i prefer the word pee-NIS');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement