mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
ec19c3332a
Summary: Allows to easily disable responding to "where is..." Test Plan: Run ircbot with and without the handler Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4444
27 lines
592 B
JSON
27 lines
592 B
JSON
{
|
|
"server" : "irc.freenode.net",
|
|
"port" : 6667,
|
|
"nick" : "phabot",
|
|
"join" : [
|
|
"#phabot-test"
|
|
],
|
|
"handlers" : [
|
|
"PhabricatorIRCProtocolHandler",
|
|
"PhabricatorIRCObjectNameHandler",
|
|
"PhabricatorIRCSymbolHandler",
|
|
"PhabricatorIRCLogHandler",
|
|
"PhabricatorIRCWhatsNewHandler",
|
|
"PhabricatorIRCDifferentialNotificationHandler",
|
|
"PhabricatorIRCMacroHandler"
|
|
],
|
|
|
|
"conduit.uri" : null,
|
|
"conduit.user" : null,
|
|
"conduit.cert" : null,
|
|
|
|
"macro.size" : 48,
|
|
"macro.sleep" : 0.25,
|
|
"macro.aspect" : 0.66,
|
|
|
|
"notification.channels" : ["#phabot-test"]
|
|
}
|