I need some help about IGNORE

In mirc standard ignore command in popupmenu is:
Code:
.ignore:/ignore $$1 1

This results in the following being added to the ignore list:
Code:
*!*partnickname@bla1.bla2.bla3.bla4


A day later i need to set another ignore on the same nick.
And a few day later again and so on and so on.
After some research i noticed this:
Besides the nickname the only thing that was the same as the first ignore is the first part(bla1) and sometimes also the second part(bla2) after the @ in the hostmask of the nickname.
Besides the 1 in the ignore command u also can use the numbers 2, 3 and 4.
This however doesn't solve my problem of putting the same nick on ignore over and over again.
Is there a way to let the result in the ignorelist look like this:
Code:
*!*@bla1.*.*.*


This because the first part after the @ is the only steady given thing.
If i'm not mistaken and if this is possilble this way i will only have to set the ignore once for person.
I want this mostly for people talking about incest and child porn.