To ignore the private message:

Code:
On ^*:Open:?:*tr.cx*: {
 halt
}


To ignore the private message and the nickname:

Code:
On ^*:Open:?:*tr.cx*: {
 ignore $nick 2
 halt
}