1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/resources/ircbot/example_config.json

17 lines
283 B
JSON
Raw Normal View History

{
"server" : "irc.freenode.net",
"port" : 6667,
"nick" : "phabot",
"join" : [
"#phabot-test"
],
"handlers" : [
"PhabricatorIRCProtocolHandler",
"PhabricatorIRCObjectNameHandler"
],
"conduit.uri" : null,
"conduit.user" : null,
"conduit.cert" : null
}