mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5e39522ac4
Summary: Added "What's new?" to the ircbot ====Matches ```What is new? What's new? Whats new``` Test Plan: <`Korvin> what is new? <korvinbot-local> Derpen created D1: Herped the derp - http://phabricator.net/D1 It shows five. Reviewers: epriestley Reviewed By: epriestley CC: epriestley, aran Differential Revision: https://secure.phabricator.com/D1666
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorIRCProtocolHandler",
|
|
"PhabricatorIRCObjectNameHandler",
|
|
"PhabricatorIRCLogHandler",
|
|
"PhabricatorIRCWhatsNewHandler",
|
|
"PhabricatorIRCDifferentialNotificationHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.user" : null,
|
|
"conduit.cert" : null,
|
|
|
|
"notification.channels" : ["#phabot-test"]
|
|
}
|