mIRC Homepage
Posted By: starpossen Ignore nick on specific channel - 13/04/11 09:35 AM
Hi.

Is it possible to ignore a nick on #channel but not on #channel2 on the same network?
Posted By: 5618 Re: Ignore nick on specific channel - 13/04/11 09:44 AM
With a remote script, yes.

Press Alt+R and in the Remote section (if it's empty) enter the code:
Code:
on ^*:TEXT:*:#chan1:if ($nick == nickname) haltdef

Replace "#chan1" with the channel name and "nickname" with the person's nick.

If the remote section is not empty, create a new one first via File > New
Posted By: Tomao Re: Ignore nick on specific channel - 13/04/11 04:40 PM
You can also use the /ignore command:
Code:
//ignore Nickname 2 $network
This will ignore the chosen nickname's host. Even if he or she changes their nickname, they'll still be identified.

Edit: My mistake. I overlooked that you want to ignore a person from one channel only. 5618's suggestion is more fitting to your question.
Posted By: starpossen Re: Ignore nick on specific channel - 13/04/11 07:58 PM
@5618 Thanks, it works perfectly.
© mIRC Discussion Forums