mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
12 lines
169 B
JSON
12 lines
169 B
JSON
|
{
|
||
|
"server" : "irc.freenode.net",
|
||
|
"port" : 6667,
|
||
|
"nick" : "phabot",
|
||
|
"join" : [
|
||
|
"#phabot-test"
|
||
|
],
|
||
|
"handlers" : [
|
||
|
"PhabricatorIRCProtocolHandler"
|
||
|
]
|
||
|
}
|