1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00

Merge pull request #441 from KindOne-/master

Replace spaces with tabs
This commit is contained in:
ailin-nemui 2016-03-16 12:05:44 +01:00
commit ff4d33071d

View File

@ -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);