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) |
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'; |