summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-16 15:23:18 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-16 15:23:18 +0000
commit27e2c104806bd85aa1ee04d6449bf9e3fc4f5078 (patch)
tree76983f639707f1750c401080a21b6ba333b07682 /modules
parent97d14a8d5649b776e59be56f412f99ddf453ae08 (diff)
- Tweak reloading/rehasing config files server notice
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2831 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r--modules/m_rehash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_rehash.c b/modules/m_rehash.c
index 42861e6..ec1355e 100644
--- a/modules/m_rehash.c
+++ b/modules/m_rehash.c
@@ -90,7 +90,7 @@ mo_rehash(struct Client *client_p, struct Client *source_p,
sendto_one(source_p, form_str(RPL_REHASHING),
me.name, source_p->name, ConfigFileEntry.configfile);
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
- "%s is rehashing server config file",
+ "%s is rehashing configuration file(s)",
get_oper_name(source_p));
ilog(LOG_TYPE_IRCD, "REHASH From %s",
get_oper_name(source_p));