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