{"id":18646878,"url":"https://github.com/rendom/ircformat","last_synced_at":"2025-11-05T05:30:33.975Z","repository":{"id":57602015,"uuid":"47923411","full_name":"rendom/ircFormat","owner":"rendom","description":"Colorize irc messages.","archived":false,"fork":false,"pushed_at":"2020-05-04T17:20:53.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T12:09:35.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rendom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-13T14:53:49.000Z","updated_at":"2020-05-04T17:20:56.000Z","dependencies_parsed_at":"2022-09-26T20:00:49.763Z","dependency_job_id":null,"html_url":"https://github.com/rendom/ircFormat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendom%2FircFormat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendom%2FircFormat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendom%2FircFormat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendom%2FircFormat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rendom","download_url":"https://codeload.github.com/rendom/ircFormat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449588,"owners_count":19640535,"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":[],"created_at":"2024-11-07T06:23:17.476Z","updated_at":"2025-11-05T05:30:33.950Z","avatar_url":"https://github.com/rendom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/rendom/ircFormat.svg?branch=master)](https://travis-ci.org/rendom/ircFormat)\n\n# ircFormat\nLibrary to format irc messages\n\nhttps://godoc.org/github.com/rendom/ircFormat\n\n\n####Example usage:####\n```\n// Bold text with red foreground\ni.Privmsg(CHAN, ircFormat.New(\"Test\").SetBold().SetFg(ircFormat.Red));\n\n// Bold text\ni.Privmsg(CHAN, ircFormat.Bold(\"Test!\"));\n\n// Italic text\ni.Privmsg(CHAN, ircFormat.Italic(\"Test!\"));\n\n// Underline text\ni.Privmsg(CHAN, ircFormat.Underline(\"Test!\"));\n\n// Red text\ni.Privmsg(CHAN, ircFormat.Colorize(\"Test!\", ircFormat.Red, ircFormat.None));\n\n// Red text with green background\ni.Privmsg(CHAN, ircFormat.Colorize(\"Test!\", ircFormat.Red, ircFormat.Green));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frendom%2Fircformat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frendom%2Fircformat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frendom%2Fircformat/lists"}