From 60e127c18885af403f1a5cc747f10ba9ee0d90e6 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 25 Nov 2007 18:19:26 +0100 Subject: [PATCH] Correct already X-Lined notice. --- modules/m_xline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_xline.c b/modules/m_xline.c index 1c7913d..2865cad 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -159,7 +159,7 @@ mo_xline(struct Client *client_p, struct Client *source_p, int parc, const char if((aconf = find_xline_mask(name)) != NULL) { sendto_one(source_p, ":%s NOTICE %s :[%s] already X-Lined by [%s] - %s", - me.name, source_p->name, parv[1], aconf->name, aconf->passwd); + me.name, source_p->name, name, aconf->name, aconf->passwd); return 0; }