]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Correct already X-Lined notice.
authorJilles Tjoelker <redacted>
Sun, 25 Nov 2007 17:19:26 +0000 (18:19 +0100)
committerJilles Tjoelker <redacted>
Sun, 25 Nov 2007 17:19:26 +0000 (18:19 +0100)
modules/m_xline.c

index 1c7913df6ae9b9ecc31eec76756ed8fe3fd788dd..2865cadaed00776888d69f4b0e54a77e6a407244 100644 (file)
@@ -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;
        }