{"id":14966049,"url":"https://github.com/lizmat/irc-client","last_synced_at":"2025-10-25T13:31:09.412Z","repository":{"id":90503268,"uuid":"46501598","full_name":"lizmat/IRC-Client","owner":"lizmat","description":"Raku module for building IRC (Internet Relay Chat) clients","archived":false,"fork":false,"pushed_at":"2025-01-16T14:03:30.000Z","size":286,"stargazers_count":15,"open_issues_count":31,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-31T07:21:26.921Z","etag":null,"topics":["raku"],"latest_commit_sha":null,"homepage":"https://raku.land/zef:lizmat/IRC::Client","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lizmat.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"lizmat":null}},"created_at":"2015-11-19T15:34:27.000Z","updated_at":"2025-01-23T23:45:35.000Z","dependencies_parsed_at":"2024-01-11T19:16:09.364Z","dependency_job_id":"6498ab34-403a-4fef-a95e-a7f7cecbdbc0","html_url":"https://github.com/lizmat/IRC-Client","commit_stats":{"total_commits":283,"total_committers":14,"mean_commits":"20.214285714285715","dds":0.2614840989399293,"last_synced_commit":"bd4bef47e79e78904931cc80e234412b0515e174"},"previous_names":["perl6-community-modules/perl6-irc-client"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizmat%2FIRC-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizmat%2FIRC-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizmat%2FIRC-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizmat%2FIRC-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lizmat","download_url":"https://codeload.github.com/lizmat/IRC-Client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238147584,"owners_count":19424287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["raku"],"created_at":"2024-09-24T13:35:45.281Z","updated_at":"2025-10-25T13:31:04.119Z","avatar_url":"https://github.com/lizmat.png","language":"Raku","funding_links":["https://github.com/sponsors/lizmat/"],"categories":[],"sub_categories":[],"readme":"[![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/linux.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions) [![Actions Status](https://github.com/lizmat/IRC-Client/actions/workflows/macos.yml/badge.svg)](https://github.com/lizmat/IRC-Client/actions)\n\nNAME\n====\n\nIRC::Client - Extendable Internet Relay Chat client\n\nSYNOPSIS\n========\n\n```raku\nuse IRC::Client;\nuse Pastebin;\n\n.run with IRC::Client.new:\n    :host\u003circ.libera.chat\u003e\n    :channels\u003c#rakubot #zofbot\u003e\n    :debug\n    :plugins(\n        class { method irc-to-me ($ where /hello/) { 'Hello to you too!'} }\n    )\n    :filters(\n        -\u003e $text where .chars \u003e 200 {\n            'The output is too large to show here. See: '\n            ~ Pastebin.new.paste: $text;\n        }\n    );\n```\n\nDESCRIPTION\n===========\n\nThe module provides the means to create clients to communicate with IRC (Internet Relay Chat) servers. Has support for non-blocking responses and output post-processing.\n\nDOCUMENTATION MAP\n=================\n\n* [Blog Post](https://github.com/Raku/CCR/blob/main/Remaster/Zoffix%20Znet/IRC-Client-Raku-Multi-Server-IRC-or-Awesome-Async-Interfaces-with-Raku.md) * [Basics Tutorial](https://github.com/lizmat/IRC-Client/blob/main/docs/01-basics.md) * [Event Reference](https://github.com/lizmat/IRC-Client/blob/main/docs/02-event-reference.md) * [Method Reference](https://github.com/lizmat/IRC-Client/blob/main/docs/03-method-reference.md) * [Big-Picture Behaviour](https://github.com/lizmat/IRC-Client/blob/main/docs/04-big-picture-behaviour.md) * [Examples](https://github.com/lizmat/IRC-Client/blob/main/examples/)\n\nAUTHORS\n=======\n\n  * Zoffix Znet\n\n  * Elizabeth Mattijsen\n\nSource can be located at: https://github.com/lizmat/IRC-Client . Comments and Pull Requests are welcome.\n\nIf you like this module, or what I’m doing more generally, committing to a [small sponsorship](https://github.com/sponsors/lizmat/) would mean a great deal to me!\n\nCONTRIBUTORS\n============\n\n  * Daniel Green\n\n  * Patrick Spek\n\nCOPYRIGHT AND LICENSE\n=====================\n\nCopyright 2015-2021 Zoffix Znet\n\nCopyright 2021-2025 Elizabeth Mattijsen\n\nThis library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.\n\nThe `META6.json` file of this distribution may be distributed and modified without restrictions or attribution.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizmat%2Firc-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizmat%2Firc-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizmat%2Firc-client/lists"}