summaryrefslogtreecommitdiff
path: root/package/irssi/Config.in
blob: 79047c471ac5ee554e810c599fcd5ba49e2d63fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 on ADK_PACKAGE_IRSSI
	select ADK_PACKAGE_LIBOPENSSL
	default n
	help
	  Enable this to be able to chat more securely.