mirror of
https://github.com/reality/dbot.git
synced 2024-12-24 03:33:07 +01:00
derp
This commit is contained in:
parent
fc345f4ebc
commit
dee39dd14a
@ -140,8 +140,8 @@ var report = function(dbot) {
|
||||
cChan + "\u000f";
|
||||
}
|
||||
|
||||
message = message.replace(/ @([\d\w\s*|-]+?) /, colours['nicks'] +
|
||||
"@$1\u000f");
|
||||
message = message.replace(/ @([\d\w\s*|-]+?) /g, " " + colours['nicks'] +
|
||||
"@$1\u000f ");
|
||||
}
|
||||
|
||||
this.api.notify(event.server, channelName, dbot.t('notify', {
|
||||
|
Loading…
Reference in New Issue
Block a user