mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 11:42:36 +01:00
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;
|
||||
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';
|
||||
type = colours['type'] + 'notify' + '\u000f';
|
||||
|
Loading…
Reference in New Issue
Block a user