summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/m_nick.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/core/m_nick.c b/modules/core/m_nick.c
index 4173da6..6cdf91a 100644
--- a/modules/core/m_nick.c
+++ b/modules/core/m_nick.c
@@ -225,9 +225,6 @@ change_local_nick(struct Client *source_p, const char *nick)
}
}
- /* XXX - the format of this notice should eventually be changed
- * to either %s[%s@%s], or even better would be get_client_name() -bill
- */
sendto_realops_flags(UMODE_NCHANGE, L_ALL, SEND_NOTICE,
"Nick change: From %s to %s [%s@%s]",
source_p->name, nick, source_p->username, source_p->host);