mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Fix whitespace
This commit is contained in:
parent
178d595c96
commit
bbf404b611
@ -368,7 +368,7 @@ static void sig_listen(LISTEN_REC *listen)
|
|||||||
proxy_clients = g_slist_prepend(proxy_clients, rec);
|
proxy_clients = g_slist_prepend(proxy_clients, rec);
|
||||||
rec->listen->clients = g_slist_prepend(rec->listen->clients, rec);
|
rec->listen->clients = g_slist_prepend(rec->listen->clients, rec);
|
||||||
|
|
||||||
signal_emit("proxy client connecting", 1, rec);
|
signal_emit("proxy client connecting", 1, rec);
|
||||||
printtext(rec->server, NULL, MSGLEVEL_CLIENTNOTICE,
|
printtext(rec->server, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||||
"Proxy: New client %s:%d on port %d (%s)",
|
"Proxy: New client %s:%d on port %d (%s)",
|
||||||
rec->host, rec->port, listen->port, listen->ircnet);
|
rec->host, rec->port, listen->port, listen->ircnet);
|
||||||
|
Loading…
Reference in New Issue
Block a user