forked from GitHub/dbot
fully qualified colours link
This commit is contained in:
parent
e5818e2f04
commit
0bcf220d91
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user