Config.in 417 B

123456789101112131415161718
  1. config ADK_PACKAGE_IRSSI
  2. prompt "irssi............................. console irc client"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_GLIB2
  6. select ADK_PACKAGE_LIBNCURSES
  7. help
  8. IRC client for the text console
  9. http://irssi.org
  10. config ADK_PACKAGE_IRSSI_SSL
  11. bool " Enable SSL/TLS support"
  12. depends ADK_PACKAGE_IRSSI
  13. select ADK_PACKAGE_LIBOPENSSL
  14. default n
  15. help
  16. Enable this to be able to chat more securely.