X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fchannel.c;h=38a5356a8cd85487ab6779a482195d39df1874aa;hb=fda30451cac5936729c683d38a700f4928812c6f;hp=bd13efe77be1e6ae0327ff17fe8e7bd58539f5cb;hpb=73b227d6b3e2c89d655e23aedf9a318bc192212b;p=ircu2.10.12-pk.git diff --git a/ircd/channel.c b/ircd/channel.c index bd13efe..38a5356 100644 --- a/ircd/channel.c +++ b/ircd/channel.c @@ -1247,6 +1247,8 @@ void list_next_channels(struct Client *cptr, int nr) (cli_listing(cptr))->chptr = chptr; chptr->mode.mode |= MODE_LISTED; } + + update_write(cptr); } /*