Commit 4aebdeed4a6719f9c3ebf9ecfe0cce8e3f5102e3

Authored by Adhidarma Hadiwinoto
1 parent 52532cb73d
Exists in master

quick fix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -129,7 +129,7 @@ function onYmPM(data) {
129 129 sentdate
130 130 );
131 131  
132   - broadcast('@' + config.yahoomessenger.report_to, data.sender + ': ' + message);
  132 + broadcast(config.yahoomessenger.report_to, '@' + data.sender + ': ' + message);
133 133 }
134 134  
135 135 function onYmBuddyAddRequest(data) {