Correct already X-Lined notice.
This commit is contained in:
parent
0fdb257090
commit
60e127c188
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue