diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-14 18:22:43 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-14 18:22:43 +0000 |
commit | 90cd6c4780c7e42a0b7caff5d3a2ba1e0bd3f308 (patch) | |
tree | 9df51cf89400399a68895badf429df1d127aa840 /bitlbee.conf | |
parent | ceebeb12e935e7a6fa72e1375e99d53cc91fcf45 (diff) |
Allow disabling certain IM protocols at runtime, patch from
misc@mandriva.org, bug #381.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r-- | bitlbee.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bitlbee.conf b/bitlbee.conf index 4a3bbddf..c5dafd9f 100644 --- a/bitlbee.conf +++ b/bitlbee.conf @@ -119,6 +119,14 @@ ## Proxy = socks4://socksproxy.localnet.com ## Proxy = socks5://socksproxy.localnet.com +## Protocols offered by bitlbee +## +## As recompiling may be quite unpractical for some people, this option +## allows to remove the support of protocol, even if compiled in. If +## nothing is given, there are no restrictions. +## +## Protocols = jabber yahoo + [defaults] |