summaryrefslogtreecommitdiff
path: root/package/irssi/Config.in
blob: f60e946eecd0181c08f2c009a1fe57b88633e08f (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.