mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
fc76be9e0e
Summary: Include the object name handler by default, to allow for things like Dxxx working out of the box. Test Plan: Added the line, and had a "working" bot (sending D1 to the channel returned a valid response) Reviewers: epriestley CC: Differential Revision: 537
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorIRCProtocolHandler",
|
|
"PhabricatorIRCObjectNameHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.user" : null,
|
|
"conduit.cert" : null
|
|
}
|