Skip to content

Commit

Permalink
Convert UTF-8 plugin files into ASCII (not worth for just a character)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Semyonov committed Dec 10, 2016
1 parent a73bce0 commit 82d1c80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/ircbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Actor.prototype.emitRealAdvice = function() {
'If you\'re not inside, you\'re outside!',
'The most valuable commodity I know of is information.',
'It\'s not a question of enough, pal. It\'s a zero sum game, somebody wins, somebody loses. Money itself isn\'t lost or made, it\'s simply transferred from one perception to another.',
'Whats worth doing is worth doing for money. (Wait, wasn\'t I a free and open source bot?)',
'When I get a hold of the son of a bitch who leaked this, Im gonna tear his eyeballs out and Im gonna suck his fucking skull.'
'What\'s worth doing is worth doing for money. (Wait, wasn\'t I a free and open source bot?)',
'When I get a hold of the son of a bitch who leaked this, I\'m gonna tear his eyeballs out and I\'m gonna suck his fucking skull.'
];

this.bot.say(ircbot.channel, _.first(_.shuffle(realAdvice)));
Expand Down
4 changes: 2 additions & 2 deletions plugins/xmppbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Actor.prototype.emitRealAdvice = function(receiver) {
'If you\'re not inside, you\'re outside!',
'The most valuable commodity I know of is information.',
'It\'s not a question of enough, pal. It\'s a zero sum game, somebody wins, somebody loses. Money itself isn\'t lost or made, it\'s simply transferred from one perception to another.',
'Whats worth doing is worth doing for money. (Wait, wasn\'t I a free and open source bot?)',
'When I get a hold of the son of a bitch who leaked this, Im gonna tear his eyeballs out and Im gonna suck his fucking skull.'
'What\'s worth doing is worth doing for money. (Wait, wasn\'t I a free and open source bot?)',
'When I get a hold of the son of a bitch who leaked this, I\'m gonna tear his eyeballs out and I\'m gonna suck his fucking skull.'
];

this.sendMessageTo(receiver, _.first(_.shuffle(realAdvice)));
Expand Down

0 comments on commit 82d1c80

Please sign in to comment.