diff options
author | B. Watson <yalhcru@gmail.com> | 2013-04-11 17:08:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:20:34 -0500 |
commit | 1a31f01c20c1adb9c482f2fe7e32b6c5c10320d6 (patch) | |
tree | 9ee5bb867f012c1987f9c3da56be488b4955f2c0 /network/irssi_otr/README | |
parent | 328934f2d97c6345c998107022b10880b575a880 (diff) | |
download | slackbuilds-1a31f01c20c1adb9c482f2fe7e32b6c5c10320d6.tar.gz |
network/irssi_otr: Fix build (use static libotr)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/irssi_otr/README')
-rw-r--r-- | network/irssi_otr/README | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/network/irssi_otr/README b/network/irssi_otr/README index 62dd8c0664..c3a9b56459 100644 --- a/network/irssi_otr/README +++ b/network/irssi_otr/README @@ -1,3 +1,12 @@ -irssi-otr (Off-the-Record Messaging (OTR) for the irssi IRC client) +irssi_otr (Off-the-Record Messaging (OTR) for IRC clients) + +Off-the-Record Messaging (OTR) plugin for xchat and irssi + To use OTR within irssi, install this package, then "/load libotr" -and "/otr help" for usage instructions. +and "/otr help" for usage instructions. Also see the README in +/usr/doc/irssi_otr-$VERSION. To use with xchat, see also README.xchat. + +Note: The xchat plugin is automatically loaded when xchat starts. + +Either irssi or xchat support can be disabled by setting one of IRSSI=no +or XCHAT=no in the script's environment. It's an error to disable both. |