285 |
|
|
286 |
|
for (unsigned int i = 0; i < cache->count; ++i) |
287 |
|
sendto_one_numeric(source_p, &me, RPL_MOTD, cache->motd[i]); |
288 |
+ |
|
289 |
|
sendto_one_numeric(source_p, &me, RPL_ENDOFMOTD); |
290 |
|
} |
291 |
|
|
323 |
|
cache->modtime.tm_min); |
324 |
|
sendto_one_notice(source_p, &me, ":*** Notice -- Please read the motd if you haven't read it"); |
325 |
|
sendto_one_numeric(source_p, &me, RPL_MOTDSTART, me.name); |
326 |
< |
sendto_one_numeric(source_p, &me, RPL_MOTD, |
326 |
< |
"*** This is the short motd ***"); |
326 |
> |
sendto_one_numeric(source_p, &me, RPL_MOTD, "*** This is the short motd ***"); |
327 |
|
sendto_one_numeric(source_p, &me, RPL_ENDOFMOTD); |
328 |
|
} |
329 |
|
} |