summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/m_rehash.c2
-rw-r--r--src/conf.c2
2 files changed, 2 insertions, 2 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));
diff --git a/src/conf.c b/src/conf.c
index e984429..d7986e2 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1032,7 +1032,7 @@ rehash(int sig)
{
if (sig != 0)
sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
- "Got signal SIGHUP, reloading ircd.conf file");
+ "Got signal SIGHUP, reloading configuration file(s)");
restart_resolver();