3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

Updated server location.

Ideally this would be an attribute of the bot.
This commit is contained in:
Sam Nicholls 2012-11-29 14:45:51 +00:00
parent 09947921d1
commit 3f86d2f84b

View File

@ -40,7 +40,7 @@ var poll = function(dbot) {
}
event.reply(dbot.t('poll_created', {'name': name, 'description': description}) +
' - http://nc.no.de:443/polls/' + name);
' - http://nourishedcloud.com:8080/polls/' + name);
}
}
},