mIRC Homepage
Posted By: Dex Filter messages by user - 21/08/13 01:48 AM
Hey guys, my question is if I am on a channel with like a few thousand users, can I filter the chat so that it will only show chat from one specific user?
Posted By: spling Re: Filter messages by user - 16/09/13 08:32 PM
You can use a Remote Event to handle this.

Suggested reading:
/help Halting default text
/help on text

A basic example would be
Code:
on ^*:TEXT:*:#CHANNEL:{ if ($nick != NICKNAME) { haltdef } }


Replacing #CHANNEL and NICKNAME as appropriate for your needs.
© mIRC Discussion Forums