mirror of
https://github.com/reality/dbot.git
synced 2025-04-02 05:47:06 +02: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…
x
Reference in New Issue
Block a user