mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
/SERVER ADD: added -noproxy option and -proxy which just removes the
-noproxy. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2344 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d74d284463
commit
182adb805c
4 changed files with 9 additions and 1 deletions
|
|
@ -75,6 +75,8 @@ static void cmd_server_list(const char *data)
|
|||
g_string_append(str, "(pass), ");
|
||||
if (rec->autoconnect)
|
||||
g_string_append(str, "autoconnect, ");
|
||||
if (rec->no_proxy)
|
||||
g_string_append(str, "noproxy, ");
|
||||
if (rec->max_cmds_at_once > 0)
|
||||
g_string_sprintfa(str, "cmdmax: %d, ", rec->max_cmds_at_once);
|
||||
if (rec->cmd_queue_speed > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue