FAQ #13

How do I have to setup filters (and ignore joins and quits or ignore someone)?

Added by Bianca Mix 5018 days ago. Updated by Bianca Mix 4529 days ago.

Category: Usage und Features Difficluty: Difficluty5
Assigned to:- Due date:
Related issue:- Related Message:-
Related version:- Views:13987
Valid:Valid

Answer

Filters currently have 5 fields to choose what you would like to filter out:

Protocol: You can choose whether to filter out messages in IRC or in Twitter
Chat Type: Group/Public would be the #channel or Home Timeline, Person/Private would be a query or direct message, Protocol/Server means for example all message on irc.oftc.net
Name: here you can specify nicks/channels etc. which are fitting to the prior options
Type: An event would be things like join/part/name changes and so on, while a message means actual messages written by a user or a bot
Pattern: The pattern field describes which kind of words/events you would like to filter out.

It is possible to leave out e.g. pattern field so all events could be filtered at once. If you would like to see name changes but no join/quit/left messages you could use regex to setup a filter for more than one word.

For example enter

/(join|left|quit)/
to filter out the scenario described above
or use
/^<nick> |^*  nick /
to ignore all messages from one specific user (nick must be replaced by the nick you want to ignore)


filters.jpg (32.8 KB) Bianca Mix, 07/29/2010 10:24 PM