Forgot to build - 0.4.6

This commit is contained in:
Mahdi Dibaiee
2015-07-04 20:23:37 +04:30
parent 06bcc25801
commit bfa2313f3a
3 changed files with 3 additions and 2 deletions

View File

@ -192,6 +192,7 @@ var Bot = (function (_EventEmitter) {
// Commands are sent in /command@thisusername format in groups
var regex = new RegExp('@' + _this2.info.username + '$');
text = text.replace(regex, '');
res.message.text = text;
}
var ev = _this2._userEvents.find(function (_ref) {