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

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1618 by michael, Tue Oct 30 21:04:38 2012 UTC

# Line 174 | Line 174 | set_time(void)
174    {
175      ilog(LOG_TYPE_IRCD, "Clock Failure (%s), TS can be corrupted",
176           strerror(errno));
177 <    sendto_realops_flags(UMODE_ALL, L_ALL,
177 >    sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
178                           "Clock Failure (%s), TS can be corrupted",
179                           strerror(errno));
180      restart("Clock Failure");
# Line 243 | Line 243 | io_loop(void)
243      if (doremotd)
244      {
245        read_message_file(&ConfigFileEntry.motd);
246 <      sendto_realops_flags(UMODE_ALL, L_ALL,
246 >      sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
247                             "Got signal SIGUSR1, reloading ircd motd file");
248        doremotd = 0;
249      }

Diff Legend

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