summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-16 15:19:09 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-16 15:19:09 +0000
commit5f490f0ee6f6a973a8de9c10bd0ea15cc1a7f760 (patch)
tree9ab342ffad49c5d216a9419850606cecd925f53f /modules
parentb4f56569896da410a89a0b87479ae28b45a490be (diff)
- Removed outdated comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2072 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-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);