fully qualified colours link

This commit is contained in:
reality 2013-08-21 18:32:12 +00:00
parent e5818e2f04
commit 0bcf220d91

View File

@ -129,7 +129,7 @@ var report = function(dbot) {
var notifier = event.user; var notifier = event.user;
if(_.has(this.config.colours, event.server)) { if(_.has(this.config.colours, event.server)) {
var colours = this.config[event.server]; var colours = this.config.colours[event.server];
notifier = colours['nicks'] + notifier + '\u000f'; notifier = colours['nicks'] + notifier + '\u000f';
type = colours['type'] + 'notify' + '\u000f'; type = colours['type'] + 'notify' + '\u000f';