X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-channel.c;h=4ea25bb044e61d7744e0d427faac7a35fa44e3f8;hp=c7a3e1b31e7f8b81e79f8d8854446965fb0f3351;hb=0f490b5caec3439a0e67aa989eea26b352770c94;hpb=a43d79aeff4d9612588043e2561294faead1ae8a diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index c7a3e1b3..4ea25bb0 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -597,6 +597,10 @@ IRC_LIST( CLIENT *Client, REQUEST *Req ) } } + /* Send list head */ + if (!IRC_WriteStrClient(from, RPL_LISTSTART_MSG, Client_ID(from))) + return DISCONNECTED; + while (pattern) { /* Loop through all the channels */ if (Req->argc > 0)