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); |
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 |
|
} |