Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / channel.c
index bd13efe77be1e6ae0327ff17fe8e7bd58539f5cb..38a5356a8cd85487ab6779a482195d39df1874aa 100644 (file)
@@ -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);
 }
 
 /*