From fc76be9e0e47d5ccbdbe0e513bd7696316023913 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Sun, 26 Jun 2011 23:32:03 -0400 Subject: [PATCH] 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 --- resources/ircbot/example_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/ircbot/example_config.json b/resources/ircbot/example_config.json index a310b74bb4..1a6beea39d 100644 --- a/resources/ircbot/example_config.json +++ b/resources/ircbot/example_config.json @@ -6,7 +6,8 @@ "#phabot-test" ], "handlers" : [ - "PhabricatorIRCProtocolHandler" + "PhabricatorIRCProtocolHandler", + "PhabricatorIRCObjectNameHandler" ], "conduit.uri" : null,