|
|
Rapido.prototype.onMessage = function(user, text) {
|
|
Rapido.prototype.onMessage = function(user, text) {
|
|
|
this.onMessageInternal(user, this.users[user.toLowerCase()], text.trimEnd().replace(/\s+/, ' '));
|
|
this.onMessageInternal(user, this.users[user.toLowerCase()], text.trimEnd().replace(/\s+/, ' '));
|