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