forked from GitHub/dbot
whoops
This commit is contained in:
parent
6218def4df
commit
2864c0fa7f
@ -33,7 +33,7 @@ var report = function(dbot) {
|
||||
channel + "\u000f";
|
||||
}
|
||||
|
||||
message.replace(/(#\w+)/g, '\u000312$1\u000f');
|
||||
message = message.replace(/(#\w+)/g, '\u000312$1\u000f');
|
||||
|
||||
_.each(message.match(/ @([\d\w*|-]+)/g), function(u) {
|
||||
u = u.substr(1);
|
||||
|
Loading…
Reference in New Issue
Block a user