Registry / networking / thoj-go-ircevent

thoj-go-ircevent

JSON →
library0.0.0-20210723090443-73e444401d64gogounverified

An IRC client library for Go that handles events and connections.

go get github.com/thoj/go-ircevent
INSTALL
IMPORT
SIG · THOJ-GO-IRCEVENT
T
thoj-go-ircevent
networkinggov0.0.0-20210723090443-73e444401d64
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ircevent
✓ github.com/thoj/go-ircevent

Creates an IRC connection and sets up a callback for welcome message.

package main import ( "fmt" "github.com/thoj/go-ircevent" ) func main() { conn := ircevent.IRC("nick", "user") conn.AddCallback("001", func(e *ircevent.Event) { conn.Join("#channel") }) fmt.Println("IRC connection configured") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210723090443-73e444401d64latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
thoj-go-ircevent — go get thoj-go-ircevent · libregistry