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

Merge pull request #53 from SamStudio8/patch-1

Updated server location.
This commit is contained in:
Luke Slater 2012-11-29 06:47:31 -08:00
commit fbe09bd429

View File

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