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

Comparing ircd-hybrid/trunk/src/motd.c (file contents):
Revision 4889 by michael, Sat Nov 1 15:28:42 2014 UTC vs.
Revision 4890 by michael, Wed Nov 19 17:10:46 2014 UTC

# Line 285 | Line 285 | motd_forward(struct Client *source_p, co
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  
# Line 322 | Line 323 | motd_signon(struct Client *source_p)
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   }

Diff Legend

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