forked from pool/bitlbee
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
|
# default: off
|
||
|
# description: IRC gateway to many IM protocols (MSN, Jabber, ICQ, ...)
|
||
|
service bitlbee
|
||
|
{
|
||
|
disable = yes
|
||
|
socket_type = stream
|
||
|
protocol = tcp
|
||
|
wait = no
|
||
|
user = bitlbee
|
||
|
group = bitlbee
|
||
|
server = @@BITLBEE@@
|
||
|
port = 6667
|
||
|
type = UNLISTED
|
||
|
}
|