diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:30:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:30:41 -0400 |
commit | 69386dadc1a1757258988716f469464af50bbf01 (patch) | |
tree | a947f38898b6b9860e187f2b130ba7007880fdab /network/bitlbee | |
parent | f6a0f1713cf23a1903d7af5ef7619328021b929f (diff) |
network/bitlbee: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/bitlbee')
-rw-r--r-- | network/bitlbee/README | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/network/bitlbee/README b/network/bitlbee/README index f0063c3c446d..5beb5423a48d 100644 --- a/network/bitlbee/README +++ b/network/bitlbee/README @@ -1,15 +1,16 @@ -BitlBee is an IRC instant messaging gateway licensed under the terms of -the GPL. It communicates with the end user via the IRC protocol whilst -interacting with popular chat networks such as AIM, ICQ, MSN, Yahoo, -and Jabber. The user's buddies appear as normal IRC users in a channel, -and conversations use the private message facility of IRC. +BitlBee is an IRC instant messaging gateway licensed under the terms +of the GPL. It communicates with the end user via the IRC protocol +whilst interacting with popular chat networks such as AIM, ICQ, MSN, +Yahoo, and Jabber. The user's buddies appear as normal IRC users in a +channel, and conversations use the private message facility of IRC. -After your installation you will need to configure bitlbee. There are -two ways starting bitlbee: Either as a forked daemon (preferred), or -the old way of starting it through inetd (mostly deprecated these days). +After your installation you will need to configure bitlbee. There +are two ways starting bitlbee: Either as a forked daemon (preferred), +or the old way of starting it through inetd (mostly deprecated these +days). -Bitlbee now includes a standard rc.bitlbee. To have this start on bootup, -add the following code to /etc/rc.d/rc.local for example +Bitlbee now includes a standard rc.bitlbee. To have this start on +bootup, add the following code to /etc/rc.d/rc.local for example if [ -x /etc/rc.d/rc.bitlbee ]; then /etc/rc.d/rc.bitlbee start @@ -30,10 +31,10 @@ Slackware and run the script as follows: OTR=yes ./bitlbee.SlackBuild -From version 3.2 bitlbee offers some form of skype support, even though -this will not ever be part of bitlbee proper. Please see the documentation -in protocols/skype in the source package for information. You can run the -script as following: +From version 3.2 bitlbee offers some form of skype support, even +though this will not ever be part of bitlbee proper. Please see +the documentation in protocols/skype in the source package for +information. You can run the script as following: SKYPE=yes ./bitlbee.SlackBuild |