forked from GitHub/dbot
derp
This commit is contained in:
parent
fc345f4ebc
commit
dee39dd14a
@ -140,8 +140,8 @@ var report = function(dbot) {
|
|||||||
cChan + "\u000f";
|
cChan + "\u000f";
|
||||||
}
|
}
|
||||||
|
|
||||||
message = message.replace(/ @([\d\w\s*|-]+?) /, colours['nicks'] +
|
message = message.replace(/ @([\d\w\s*|-]+?) /g, " " + colours['nicks'] +
|
||||||
"@$1\u000f");
|
"@$1\u000f ");
|
||||||
}
|
}
|
||||||
|
|
||||||
this.api.notify(event.server, channelName, dbot.t('notify', {
|
this.api.notify(event.server, channelName, dbot.t('notify', {
|
||||||
|
Loading…
Reference in New Issue
Block a user