mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Replace spaces with tabs
This commit is contained in:
parent
6aa33c4aae
commit
bcebed5a72
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ static SERVER_CONNECT_REC *get_server_connect(const char *data, int *plus_addr,
|
||||||
if (g_hash_table_lookup(optlist, "!") != NULL)
|
if (g_hash_table_lookup(optlist, "!") != NULL)
|
||||||
conn->no_autojoin_channels = TRUE;
|
conn->no_autojoin_channels = TRUE;
|
||||||
|
|
||||||
if (g_hash_table_lookup(optlist, "noautosendcmd") != NULL)
|
if (g_hash_table_lookup(optlist, "noautosendcmd") != NULL)
|
||||||
conn->no_autosendcmd = TRUE;
|
conn->no_autosendcmd = TRUE;
|
||||||
|
|
||||||
if (g_hash_table_lookup(optlist, "noproxy") != NULL)
|
if (g_hash_table_lookup(optlist, "noproxy") != NULL)
|
||||||
g_free_and_null(conn->proxy);
|
g_free_and_null(conn->proxy);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue