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 6260 by michael, Sun Jul 12 16:22:21 2015 UTC vs.
Revision 6318 by michael, Wed Aug 5 16:04:43 2015 UTC

# Line 184 | Line 184 | set_time(void)
184    {
185      ilog(LOG_TYPE_IRCD, "Clock Failure (%s), TS can be corrupted",
186           strerror(errno));
187 <    sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
187 >    sendto_realops_flags(UMODE_SERVNOTICE, L_ALL, SEND_NOTICE,
188                           "Clock Failure (%s), TS can be corrupted",
189                           strerror(errno));
190      server_die("Clock Failure", 1);
# Line 234 | Line 234 | io_loop(void)
234      if (doremotd)
235      {
236        motd_recache();
237 <      sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
237 >      sendto_realops_flags(UMODE_SERVNOTICE, L_ALL, SEND_NOTICE,
238                             "Got signal SIGUSR1, reloading motd file(s)");
239        doremotd = 0;
240      }

Diff Legend

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