blob: 44fa5d5a42e73edcf5015e28e2fba2686d23c8df (
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 ADK_PACKAGE_IRSSI
select ADK_PACKAGE_LIBOPENSSL
default n
help
Enable this to be able to chat more securely.
|