diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 19:03:57 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 19:03:57 +0000 |
commit | c6ba31350c0adbdf03540d7a49a1b01d6257a793 (patch) | |
tree | 4486ceb84084cff5a4be95eed7c808a196081e04 /src | |
parent | 398761508fe630fb36403aa86d63a677bfc20f6c (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } } |