mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
bb06e36986
Summary: D9468 removed deprecated PhabricatorBotDifferentialNotificationHandler. So, lets remove it from the example json. Test Plan: Verify json is valid, launch a phabot instance with it Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9477
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorBotObjectNameHandler",
|
|
"PhabricatorBotSymbolHandler",
|
|
"PhabricatorBotLogHandler",
|
|
"PhabricatorBotFeedNotificationHandler",
|
|
"PhabricatorBotWhatsNewHandler",
|
|
"PhabricatorBotMacroHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.user" : null,
|
|
"conduit.cert" : null,
|
|
|
|
"macro.size" : 48,
|
|
"macro.aspect" : 0.66,
|
|
|
|
"notification.channels" : ["#phabot-test"]
|
|
}
|