mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 98
S
Babel fish
OP Offline
Babel fish
S
Joined: Oct 2005
Posts: 98
Hi.

Is it possible to ignore a nick on #channel but not on #channel2 on the same network?

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
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

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
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.

Last edited by Tomao; 13/04/11 04:49 PM.
Joined: Oct 2005
Posts: 98
S
Babel fish
OP Offline
Babel fish
S
Joined: Oct 2005
Posts: 98
@5618 Thanks, it works perfectly.


Link Copied to Clipboard