3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-12 04:52:36 +01:00
This commit is contained in:
reality 2013-08-21 19:16:23 +00:00
parent fc345f4ebc
commit dee39dd14a

View File

@ -140,7 +140,7 @@ 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 ");
} }