3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-26 04:32:37 +01:00

Merge branch 'betterusers' of https://github.com/reality/depressionbot into betterusers

This commit is contained in:
Luke Slater 2014-09-18 03:32:03 +00:00
commit 6895ad66f6

View File

@ -32,7 +32,7 @@ var radio = function(dbot) {
stream.on('metadata', function(metadata) { stream.on('metadata', function(metadata) {
var title = icecast.parseMetadata(metadata).StreamTitle; var title = icecast.parseMetadata(metadata).StreamTitle;
if(!_.isUndefined(title)) { // sowwy jesus if(!_.isUndefined(title) && this.data['icy-name']) { // sowwy jesus
_.each(this.config.announce, function(a) { _.each(this.config.announce, function(a) {
dbot.say(a.server, a.name, dbot.t('now_playing', { dbot.say(a.server, a.name, dbot.t('now_playing', {
'name': this.data['icy-name'], 'name': this.data['icy-name'],