summaryrefslogtreecommitdiff
path: root/src/fdlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fdlist.c')
-rw-r--r--src/fdlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fdlist.c b/src/fdlist.c
index 5400ad3..d7729d2 100644
--- a/src/fdlist.c
+++ b/src/fdlist.c
@@ -52,7 +52,7 @@ changing_fdlimit(va_list args)
if (ServerInfo.max_clients > (unsigned int)MAXCLIENTS_MAX)
{
if (old_fdlimit != 0)
- sendto_realops_flags(UMODE_ALL, L_ALL,
+ sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
"HARD_FDLIMIT changed to %d, adjusting MAXCLIENTS to %d",
hard_fdlimit, MAXCLIENTS_MAX);