3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 19:52:36 +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}) +
' - http://nc.no.de:443/polls/' + name);
' - http://nourishedcloud.com:8080/polls/' + name);
}
}
},