123456789101112131415161718 |
- config ADK_PACKAGE_IRSSI
- prompt "irssi............................. console irc client"
- tristate
- default n
- select ADK_PACKAGE_GLIB
- select ADK_PACKAGE_LIBNCURSES
- help
- IRC client for the text console
-
- http://irssi.org
- config ADK_PACKAGE_IRSSI_SSL
- bool " Enable SSL/TLS support"
- depends ADK_PACKAGE_IRSSI
- select ADK_PACKAGE_LIBOPENSSL
- default n
- help
- Enable this to be able to chat more securely.
|