mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Fix whitespace
This commit is contained in:
parent
178d595c96
commit
bbf404b611
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ static void sig_listen(LISTEN_REC *listen)
|
|||
proxy_clients = g_slist_prepend(proxy_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,
|
||||
"Proxy: New client %s:%d on port %d (%s)",
|
||||
rec->host, rec->port, listen->port, listen->ircnet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue