summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ircd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ircd.c b/src/ircd.c
index f837442..161684c 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -245,7 +245,7 @@ io_loop(void)
{
motd_recache();
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
- "Got signal SIGUSR1, reloading motd files");
+ "Got signal SIGUSR1, reloading motd file(s)");
doremotd = 0;
}
}