Put the colon next to the name, moron

This commit is contained in:
Matt Molyneaux 2013-04-11 20:33:33 +01:00
parent ee06dc634b
commit 3d918414b8

View File

@ -31,7 +31,7 @@ var imgur = function(dbot) {
this.commands = { this.commands = {
'~ri': function(event) { '~ri': function(event) {
this.api.getRandomImage(function(link) { this.api.getRandomImage(function(link) {
event.reply(event.user + ' (' + dbot.t('nsfw') + '): ' + link); event.reply(event.user + ': (' + dbot.t('nsfw') + ') ' + link);
}); });
} }
} }