Page MenuHomePhabricator
Paste P1756

phabot.json
ActivePublic

Authored by epriestley on Apr 15 2015, 5:02 PM.
Tags
None
Referenced Files
F372283: phabot.json
Apr 15 2015, 5:02 PM
Subscribers
None
{
"server" : "irc.freenode.net",
"port" : 6667,
"nick" : "phabot",
"join" : [
"#phabricator"
],
"quit" : "Updating secure.phabricator.com to HEAD...",
"handlers" : [
"PhabricatorBotObjectNameHandler",
"PhabricatorBotLogHandler",
"PhabricatorBotSymbolHandler"
],
"conduit.uri" : "https://secure.phabricator.com/api/",
"conduit.user" : "phabot",
"conduit.cert" : "XXX"
}

Event Timeline

epriestley changed the title of this paste from untitled to phabot.json.
epriestley updated the paste's language from autodetect to autodetect.