Skip to content

Commit 82f889c

Browse files
Guy Warnerepriestley
authored andcommitted
Update chatbot documentation
Summary: Remove's PhabricatorBotDifferentialNotificationHandler documentation and adds in: PhabricatorBotFeedNotificationHandler PhabricatorBotSymbolHandler PhabricatorBotMacroHandler Should have been included in D9477 Test Plan: Read it..? Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9479
1 parent 60d2b74 commit 82f889c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/docs/tech/chatbot.diviner

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,16 @@ the bot. These are the default handlers available:
4444
- @{class:PhabricatorBotObjectNameHandler} This handler looks for users
4545
mentioning Phabricator objects like "T123" and "D345" in chat, looks them
4646
up, and says their name with a link to the object. Requires conduit.
47-
- @{class:PhabricatorBotDifferentialNotificationHandler} This handler posts
47+
- @{class:PhabricatorBotFeedNotificationHandler} This handler posts
4848
notifications about changes to revisions to the channels listed in
4949
##notification.channels##.
5050
- @{class:PhabricatorBotLogHandler} This handler records chatlogs which can
5151
be browsed in the Phabricator web interface.
52+
- @{class:PhabricatorBotSymbolHandler} This handler posts responses to lookups
53+
for symbols in Diffusion
54+
- @{class:PhabricatorBotMacroHandler} This handler looks for users mentioning
55+
macros, if found will convert image to ASCII and output in chat. Configure
56+
with ##macro.size## and ##macro.aspect##
5257

5358
You can also write your own handlers, by extending
5459
@{class:PhabricatorBotHandler}.

0 commit comments

Comments
 (0)