mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Add PhabricatorIRCObjectNameHandler to the default bot config.
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
This commit is contained in:
parent
451b0e07dc
commit
fc76be9e0e
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
"#phabot-test"
|
"#phabot-test"
|
||||||
],
|
],
|
||||||
"handlers" : [
|
"handlers" : [
|
||||||
"PhabricatorIRCProtocolHandler"
|
"PhabricatorIRCProtocolHandler",
|
||||||
|
"PhabricatorIRCObjectNameHandler"
|
||||||
],
|
],
|
||||||
|
|
||||||
"conduit.uri" : null,
|
"conduit.uri" : null,
|
||||||
|
|
Loading…
Reference in a new issue