mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
f1d43bc3c5
Summary: Allow construction of handlers which use Conduit. Test Plan: Made a bot that connects to local and runs conduit.ping. Reviewed By: mroch Reviewers: mroch, codeblock, aran, jungejason, tuomaspelkonen CC: aran, mroch Differential Revision: 299
15 lines
244 B
JSON
15 lines
244 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorIRCProtocolHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.user" : null,
|
|
"conduit.cert" : null
|
|
}
|