Giter Site home page Giter Site logo

runelite_chatfilter's Introduction

Runelite Chat Filter

An updated regex for the RuneLite chat filter, no more annoying spam at the GE!

How to install

Just paste the whole filter into your Runelite settings: Chat filter -> Filtered Regex For the best results put Filter Type on Remove messages, so you don't see them at all!

Help everyone reduce spam

The regex list needs constant updates as bots change their spam. You can help by submitting additions to the regex list.

If you'd like to submit an addition follow these steps.

1. Create a New Issue: Click on the "Issues" tab at the top of the repository and then click the green "New Issue" button.

2. Issue Title: Use a descriptive and concise title for your regex addition.

3. Description (Optional): Include any relevant information about its purpose and usage. If your title is sufficient this isn't necessary.

4. Regex Pattern: In the issue description, provide the regex pattern you would like to suggest.

5. Test Cases (Optional): If possible, provide one or more test cases that demonstrate the effectiveness of your regex pattern.
This helps ensure it accurately matches the intended strings and avoids false positives/negatives.

6. Label: Apply the "Regex Addition" label from the right-hand side labels section to categorize your issue properly.

7. Click Submit new issue.

Submission Example:

Title:

Remove 'Doubling Money' Messages.

Description:

Removes doubling money scam at ge.

Pattern:
^(?!.*doubling\s+money).*$

Test case 1:
Input: "Doubling money!! PM me!"
Output: Match

Test case 2:
Input: "I have to figure out how to double my money"
Output: No Match 

Label:

Regex Addition

runelite_chatfilter's People

Contributors

psicoses avatar dynrothe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.