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

Comparing ircd-hybrid/trunk/src/channel_mode.c (file contents):
Revision 4815 by michael, Sat Nov 1 15:28:42 2014 UTC vs.
Revision 4818 by michael, Sat Nov 1 16:06:36 2014 UTC

# Line 1328 | Line 1328 | send_mode_changes_server(struct Client *
1328    parptr = parabuf;
1329  
1330    mbl = snprintf(modebuf, sizeof(modebuf), ":%s TMODE %lu %s ", source_p->id,
1331 <                 (unsigned long)chptr->channelts, chptr->name);
1331 >                 (unsigned long)chptr->creationtime, chptr->name);
1332  
1333    /* Loop the list of modes we have */
1334    for (unsigned i = 0; i < mode_count; ++i)
# Line 1361 | Line 1361 | send_mode_changes_server(struct Client *
1361        mc = 0;
1362  
1363        mbl = snprintf(modebuf, sizeof(modebuf), ":%s TMODE %lu %s ", source_p->id,
1364 <                     (unsigned long)chptr->channelts, chptr->name);
1364 >                     (unsigned long)chptr->creationtime, chptr->name);
1365  
1366        pbl = 0;
1367        parabuf[0] = '\0';

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)