GithubHelp home page GithubHelp logo

hexchatreignore's Introduction

REIgnore

A HexChat plugin which allows regex /ignore patterns

Synopsis: /REIGNORE [ADD|REMOVE|LIST|CLEAR] <mask> <types> <options> <pattern>

ADD - Add a new /reignore entry. This is the default action.

REMOVE - REMOVE a matching /reignore entry.

LIST - List all matching /reignore entries.

CLEAR - Clear all /reignore entries, functionally equivalent to
	`/reignore REMOVE *!*@*`

mask: Hostmask to match for the ignore.  This accepts wildcards * and ? and will
	match against nick!ident@host.  There are also extban-style matches that
	work here (see below).

types: One of PRIV, CHAN, NOTI, CTCP, DCC, INVI, ALL (currently DCC and INVI are
	not implemented)

options: NOSAVE, QUIET.

pattern: A regular expression pattern that must be matched for a message to be
	ignored.

Extban-style matches - The following masks are also possible:

$a: Matches a logged in account name.

$h: Matches the user's hostname in the form user@host.

$n: Matches the user's nickname.

$p: Matches any prefix such as @ or +.

$r: Matches the user's real name.

$x: Matches the full user!ident@hostname#gecos for the user.

If you follow the $ with a ~ character it reverses the sense of the match.
Examples:

Match the username "pj":
$a:pj

Match any user who is not a channel op:
$~:@

Match any user who does not have ops or voice in the channel:
$~p:?

Match anyone with the real name of "Joe Bloggs":
$r:Joe Bloggs

Match any user who is not logged in:
$a:

This plugin requires: perl, JSON, Text::Glob

hexchatreignore's People

Contributors

pajamian avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

hexchatreignore's Issues

violation of international laws on freedom of expression

the team members of this depot
https://github.com/rocky-linux/rocky-tools
and more specifically
pajamian https://github.com/pajamian
And
nazunalika https://github.com/nazunalika
disrespect to everyone
they close the exits without any resolution
and when we insist with them that we keep an open issue
they block the user in question
which represents a violation of international laws on freedom of expression
I invite everyone who wants it and is concerned to join me
to prosecute them against this offense before international courts

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.