Difference between revisions of "Filters"

From Mibbit Wiki
Jump to: navigation, search
(New page: Filters are a simple yet useful system to replace text. They can be applied to incoming or outgoing IRC chat. Just go to Prefs->Filters and setup your own. * REGEXP - This is a javascr...)
 
Line 3: Line 3:
 
Just go to Prefs->Filters and setup your own.
 
Just go to Prefs->Filters and setup your own.
  
  * REGEXP - This is a javascript regular expression to match against
+
* REGEXP - This is a javascript regular expression to match against
  * Replacement - The text you want to replace with
+
* Replacement - The text you want to replace with
  * In - If checked, it'll be applied to any incoming IRC chat
+
* In - If checked, it'll be applied to any incoming IRC chat
  * Out - If checked, it'll be applied to any outgoing IRC chat
+
* Out - If checked, it'll be applied to any outgoing IRC chat
  
 
Note that the filters are applied from first to last, only once.
 
Note that the filters are applied from first to last, only once.

Revision as of 08:59, 7 May 2009

Filters are a simple yet useful system to replace text. They can be applied to incoming or outgoing IRC chat.

Just go to Prefs->Filters and setup your own.

* REGEXP - This is a javascript regular expression to match against
* Replacement - The text you want to replace with
* In - If checked, it'll be applied to any incoming IRC chat
* Out - If checked, it'll be applied to any outgoing IRC chat

Note that the filters are applied from first to last, only once.