From ec5ef8502300311e648936cd8fb6a8993a4a238e Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 25 Aug 2013 16:13:07 +0000 Subject: [PATCH] fucking dumbass --- run.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.js b/run.js index bb833e7..e8ad424 100644 --- a/run.js +++ b/run.js @@ -105,7 +105,7 @@ DBot.prototype.t = function(string, formatData) { var module = this.stringMap[string]; // TODO: Create per-server support - if(this.config.enableColours) { + /*if(this.config.enableColours) { var colours = this.config.colours; _.each(formatData, function(str, key) { if(_.has(colours, key)) { @@ -116,7 +116,7 @@ DBot.prototype.t = function(string, formatData) { } } }); - } + }*/ formattedString = this.strings[string][lang].format(formatData); if(this.config.modules[module] && this.config.modules[module].outputPrefix) {