forked from GitHub/dbot
fix dent
This commit is contained in:
parent
f45084e01a
commit
39f36e146e
@ -3,5 +3,6 @@
|
||||
"password": "yourpasswordhere",
|
||||
"dependencies": [ "link" ],
|
||||
"ignorable": true,
|
||||
"dentQuotes": true
|
||||
"dentQuotes": true,
|
||||
"api": "http://quitter.se/"
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ var dent = function(dbot) {
|
||||
new Buffer(username + ":" + password).toString("base64");
|
||||
|
||||
request.post({
|
||||
'url': 'http://identi.ca/api/statuses/update.json?status=' +
|
||||
'url': this.config.api + '/statuses/update.json?status=' +
|
||||
escape(content),
|
||||
'headers': {
|
||||
'Authorization': auth
|
||||
|
Loading…
Reference in New Issue
Block a user