1708 |
mc = 0; |
mc = 0; |
1709 |
|
|
1710 |
if ((cap & CAP_TS6) && source_p->id[0] != '\0') |
if ((cap & CAP_TS6) && source_p->id[0] != '\0') |
1711 |
mbl = snprintf(modebuf, sizeof(modebuf), ":%s MODE %s ", source_p->id, |
mbl = snprintf(modebuf, sizeof(modebuf), ":%s TMODE %lu %s ", source_p->id, |
1712 |
chptr->chname); |
(unsigned long)chptr->channelts, chptr->chname); |
1713 |
else |
else |
1714 |
mbl = snprintf(modebuf, sizeof(modebuf), ":%s MODE %s ", source_p->name, |
mbl = snprintf(modebuf, sizeof(modebuf), ":%s MODE %s ", source_p->name, |
1715 |
chptr->chname); |
chptr->chname); |