Commit 8f263b19ec925f4509a81f38a691b9f7bd1c03d3
1 parent
acf06014d6
Exists in
master
fix undefined partner
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
... | ... | @@ -184,7 +184,7 @@ function start(_config, _logger) { |
184 | 184 | sentdate |
185 | 185 | ); |
186 | 186 | |
187 | - broadcast(config.yahoomessenger.report_to, '@' + data.partner + ' ' + direction_symbol + ' ' + message, partner); | |
187 | + broadcast(config.yahoomessenger.report_to, '@' + partner + ' ' + direction_symbol + ' ' + message, partner); | |
188 | 188 | |
189 | 189 | if ((direction == 'IN') && (isAdmin(partner))) { |
190 | 190 |