summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-27 19:03:57 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-27 19:03:57 +0000
commitc6ba31350c0adbdf03540d7a49a1b01d6257a793 (patch)
tree4486ceb84084cff5a4be95eed7c808a196081e04 /src
parent398761508fe630fb36403aa86d63a677bfc20f6c (diff)
- 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
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;
}
}