{"id":67342,"library":"thoj-go-ircevent","title":"Go IRC Event","description":"An IRC client library for Go that handles events and connections.","status":"active","version":"0.0.0-20210723090443-73e444401d64","language":"go","source_language":null,"source_url":"https://github.com/thoj/go-ircevent","tags":["irc","chat","networking","client"],"install":[{"cmd":"go get github.com/thoj/go-ircevent","lang":"bash","label":"Install github.com/thoj/go-ircevent"}],"dependencies":[],"imports":[{"symbol":"ircevent","correct":"github.com/thoj/go-ircevent"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/thoj/go-ircevent\"\n)\n\nfunc main() {\n\tconn := ircevent.IRC(\"nick\", \"user\")\n\tconn.AddCallback(\"001\", func(e *ircevent.Event) {\n\t\tconn.Join(\"#channel\")\n\t})\n\tfmt.Println(\"IRC connection configured\")\n}","lang":"go","description":"Creates an IRC connection and sets up a callback for welcome message."},"warnings":[],"env_vars":null,"search_vec":"'chat':16 'client':6,18 'connect':14 'event':3,12 'go':1,9 'handl':11 'irc':2,5,15 'librari':7 'network':17","created_at":"2026-06-17T17:35:54.937484+00:00","updated_at":"2026-06-17T17:35:54.937484+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/thoj/go-ircevent","github":"https://github.com/thoj/go-ircevent","docs":"https://pkg.go.dev/github.com/thoj/go-ircevent#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}