Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrucadu/irc-ctcp
This project is essentially abandonware!
https://github.com/barrucadu/irc-ctcp
abandonware haskell
Last synced: 16 days ago
JSON representation
This project is essentially abandonware!
- Host: GitHub
- URL: https://github.com/barrucadu/irc-ctcp
- Owner: barrucadu
- License: mit
- Created: 2014-09-04T16:43:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T08:27:33.000Z (about 1 year ago)
- Last Synced: 2024-04-26T04:22:17.431Z (6 months ago)
- Topics: abandonware, haskell
- Language: Haskell
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: changes.md
- License: LICENSE
Awesome Lists containing this project
README
**This project is essentially abandonware!**
I may respond to minor issues, like version bounds which need
changing, but I won't be doing any significant work.Offer to take over the package if you want any significant changes.
[irc-ctcp][]
=========A CTCP encoding and decoding library for IRC clients.
- Follows [this specification][ctcpspec].
- Doesn't implement "CTCP-level quoting", allowing multiple CTCPs to
be embedded in a single PRIVMSG/NOTICE, as no current clients
appear to support that.Note
----This used to be a part of [yukibot][], so if you want the history from
before this was split out into its own library, check there.Contributing
------------Bug reports, pull requests, and comments are very welcome!
Feel free to contact me on GitHub, through IRC (#haskell on
libera.chat), or email ([email protected]).[irc-ctcp]: https://hackage.haskell.org/package/irc-ctcp
[ctcpspec]: http://www.irchelp.org/irchelp/rfc/ctcpspec.html
[yukibot]: https://github.com/barrucadu/yukibot