mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
/SET irssiproxy_bind specifies the IP where to listen in, patch by BC-bd
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2843 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
694251442c
commit
964ff29779
2 changed files with 21 additions and 3 deletions
|
|
@ -27,6 +27,7 @@ void irc_proxy_init(void)
|
|||
{
|
||||
settings_add_str("irssiproxy", "irssiproxy_ports", "");
|
||||
settings_add_str("irssiproxy", "irssiproxy_password", "");
|
||||
settings_add_str("irssiproxy", "irssiproxy_bind", "");
|
||||
|
||||
if (*settings_get_str("irssiproxy_password") == '\0') {
|
||||
/* no password - bad idea! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue