From c6ba31350c0adbdf03540d7a49a1b01d6257a793 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Feb 2014 19:03:57 +0000 Subject: - ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files" server notice git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3066 82007160-df01-0410-b94d-b575c5fd34c7 --- src/ircd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } } -- cgit