1
0
Fork 0
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:
Ricky Elrod 2011-06-26 23:32:03 -04:00
parent 451b0e07dc
commit fc76be9e0e

View file

@ -6,7 +6,8 @@
"#phabot-test" "#phabot-test"
], ],
"handlers" : [ "handlers" : [
"PhabricatorIRCProtocolHandler" "PhabricatorIRCProtocolHandler",
"PhabricatorIRCObjectNameHandler"
], ],
"conduit.uri" : null, "conduit.uri" : null,