mirror of
https://github.com/reality/dbot.git
synced 2024-12-25 20:22:39 +01:00
Updated server location (again)
Missed one. Worst contributor ever.
This commit is contained in:
parent
3f86d2f84b
commit
f90304a369
@ -140,7 +140,7 @@ var poll = function(dbot) {
|
|||||||
'~pdesc': function(event) {
|
'~pdesc': function(event) {
|
||||||
var name = event.input[1];
|
var name = event.input[1];
|
||||||
if(polls.hasOwnProperty(name)) {
|
if(polls.hasOwnProperty(name)) {
|
||||||
event.reply(name + ': ' + polls[name].description + ' - http://nc.no.de:443/polls/' + name);
|
event.reply(name + ': ' + polls[name].description + ' - http://nourishedcloud.com:8080/polls/' + name);
|
||||||
} else {
|
} else {
|
||||||
event.reply(dbot.t('poll_unexistent', {'name': name}));
|
event.reply(dbot.t('poll_unexistent', {'name': name}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user