diff options
Diffstat (limited to 'network/weechat/README')
-rw-r--r-- | network/weechat/README | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/network/weechat/README b/network/weechat/README index 9a48d35a31eee..0acafadeb314f 100644 --- a/network/weechat/README +++ b/network/weechat/README @@ -4,21 +4,24 @@ WeeChat is a light, fast, multilingual, curses-based multiplatform IRC client. WeeChat supports: -- DCC files and chats, multi-server connections, background connections, -- IPv6, SSL, proxy, auto-reconnection, DCC2, nicklist, window splitting, -- FIFO pipe for remote control, Aspell, JavaScript[1], Perl, Python, - Ruby, nick auto-completion, lag indication, auto-logging and client - upgrades without dropping connections. +- DCC files and chats, multi-server connections, background connections. +- IPv6, SSL, proxy, auto-reconnection, DCC2, nicklist, window splitting. +- FIFO pipe for remote control; Aspell; scripting in Perl, Python 3, + Ruby, Tcl, Scheme, Lua[1], JavaScript[2], PHP[3]; nick + auto-completion; lag indication; auto-logging; and client upgrades + without dropping connections. -WeeChat will be built with support for Perl, Python, Guile, Ruby, -and Tcl scripting. Once WeeChat is running, you can install scripts +WeeChat will be built with support for Perl, Python 3, Guile, Ruby, +and Tcl scripting[1]. Once WeeChat is running, you can install scripts using the built-in script manager ("/help script" to get started). -Optional dependencies: lua53, lua53, or lua. If one or more of -these are installed, Lua scripting support will also be included. The -highest-numbered version of lua will be used, if multiple versions are -installed. +[1] To enable Lua scripting, install one of these optional dependencies: + lua53, lua52, or lua. The highest-numbered version of lua will be + used, if multiple versions are installed. -[1] JavaScript is not currently supported in this build of WeeChat. It -also isn't supported in Debian's weechat package, for what that's -worth. +[2] JavaScript is not currently supported in this build of WeeChat. It + also isn't supported in Debian's set of weechat packages, for what + that's worth. + +[3] PHP is not supported in this SlackBuild because Slackware's php + package isn't built with --enable-embed. |