1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00
phorge-phorge/resources/ircbot/example_config.json

28 lines
592 B
JSON
Raw Normal View History

{
"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"]
}