ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/channel.c
(Generate patch)

Comparing ircd-hybrid-8/src/channel.c (file contents):
Revision 1455 by michael, Fri Jun 29 14:16:12 2012 UTC vs.
Revision 1474 by michael, Sun Jul 22 14:44:07 2012 UTC

# Line 286 | Line 286 | send_mode_list(struct Client *client_p,
286   void
287   send_channel_modes(struct Client *client_p, struct Channel *chptr)
288   {
289  if (chptr->chname[0] != '#')
290    return;
291
289    *modebuf = *parabuf = '\0';
290    channel_modes(chptr, client_p, modebuf, parabuf);
291    send_members(client_p, chptr, modebuf, parabuf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines