{"id":20049721,"url":"https://github.com/scriptkitties/perl6-irc-client-plugin-nickserv","last_synced_at":"2026-02-14T21:32:23.064Z","repository":{"id":80058695,"uuid":"119339302","full_name":"scriptkitties/perl6-IRC-Client-Plugin-NickServ","owner":"scriptkitties","description":"NickServ integration for IRC::Client","archived":false,"fork":false,"pushed_at":"2018-01-29T07:26:18.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-11T02:05:07.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl 6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scriptkitties.png","metadata":{"files":{"readme":"readme.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-01-29T06:05:49.000Z","updated_at":"2018-01-29T06:08:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"704979a8-aa72-4eaf-b2e1-eaebb6b6021f","html_url":"https://github.com/scriptkitties/perl6-IRC-Client-Plugin-NickServ","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/scriptkitties/perl6-IRC-Client-Plugin-NickServ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-NickServ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-NickServ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-NickServ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-NickServ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptkitties","download_url":"https://codeload.github.com/scriptkitties/perl6-IRC-Client-Plugin-NickServ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-NickServ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29456247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T11:51:59.565Z","updated_at":"2026-02-14T21:32:23.047Z","avatar_url":"https://github.com/scriptkitties.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"= `IRC::Client::Plugin::NickServ`\n\nHandle NickServ interaction for `IRC::Client` projects. Currently only does\nidentification with NickServ.\n\n== Usage\nInstall this module through the Perl 6 package manager\n(https://github.com/ugexe/zef[`zef`]):\n\n[source,sh]\n----\nzef install IRC::Client::Plugin::NickServ\n----\n\nNext, enable it as a plugin in your `IRC::Client` project:\n\n[source,perl6]\n----\nuse Config;\nuse IRC::Client;\nuse IRC::Client::Plugin::NickServ;\n\nsub MAIN\n{\n\tmy Config $config = Config.new;\n\n\t$config.read: %(\n\t\tnickserv =\u003e %(\n\t\t\tnickname =\u003e \"testbot\",\n\t\t\tpassword =\u003e \"testpassword\",\n\t\t),\n\t);\n\n\t.run with IRC::Client.new(\n\t\t:nick($config\u003cnickserv\u003e\u003cnickname\u003e),\n\t\t:plugins(\n\t\t\tIRC::Client::Plugin::NickServ.new(:$config)\n\t\t)\n\t);\n}\n----\n\n== License\nThis sourcecode is distributed under the GPLv3 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptkitties%2Fperl6-irc-client-plugin-nickserv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptkitties%2Fperl6-irc-client-plugin-nickserv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptkitties%2Fperl6-irc-client-plugin-nickserv/lists"}