forked from PsychoticNinja/irssi
Replace spaces with tabs
This commit is contained in:
parent
6aa33c4aae
commit
bcebed5a72
@ -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…
x
Reference in New Issue
Block a user