GithubHelp home page GithubHelp logo

Ignore rewrite about circe HOT 1 OPEN

jorgenschaefer avatar jorgenschaefer commented on September 14, 2024
Ignore rewrite

from circe.

Comments (1)

jorgenschaefer avatar jorgenschaefer commented on September 14, 2024

The initial steps for this are implemented, the whole thing is mostly unified now.

The last bit from my private notes for when I get around to this:

IGNORE [args] <match> [command]
 Ignore when <match> matches the nick!user@host of a message,
 and [command] matches the command (default: all)

 Args:
 -except
  => Add this pattern to the list of stuff NOT to ignore

 -text <regex>
  => ARGS* must match this

 -noreplies
  => Do not match messages whose target matches the pattern

 -channels <a,b,c>, -channel
  => Applies in these channels (if this is given, this pattern will
     not apply to query buffers unless -queries is given, too; by
     default, it applies to both queries and channels)

 -queries, -query
  => Only in query buffers (if this is given, this pattern will not
     apply to channels unless -channels is given, too; by default, it
     applies to both

 -time <secs>
  => Discard after this amount of seconds


message-option-spec-include, message-option-spec-exclude
- First check exclude. If any match, do nothing
- Then check include. If any match, use the spec.

- [nickuserhost-regexp-or-nil
   command-regexp-or-nil
   text-regexp-or-nil
   replies-p
   channel-regexp-list
   queries-p
   invalid-after
   options]

=> Probably rather a list of plists with (:foo bar :baz qux)?
=> "Best match wins"? What's the "best match"?

from circe.

Related Issues (20)

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.