summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/m_nick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/m_nick.c b/modules/core/m_nick.c
index ad2d87e..8e81721 100644
--- a/modules/core/m_nick.c
+++ b/modules/core/m_nick.c
@@ -283,7 +283,7 @@ nick_from_server(struct Client *client_p, struct Client *source_p, int parc,
else
{
newts = source_p->tsinfo = CurrentTime;
- ts_warn("Remote nick %s (%s) introduced without a TS", nick, parv[0]);
+ sendto_realops_flags_ratelimited("Remote nick %s (%s) introduced without a TS", nick, parv[0]);
}
strlcpy(source_p->svid, svsid, sizeof(source_p->svid));