3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

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

This commit is contained in:
Luke Slater 2014-09-18 03:29:27 +00:00
commit 0eb29caf44

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(title != 'undefined') { // sowwy jesus if(!_.isUndefined(title)) { // 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'],