Registry / networking / sorcix-irc-v2

sorcix-irc-v2

JSON →
librarygogounverified

A Go library for speaking the IRC protocol, providing message encoding/decoding and connection handling.

go get gopkg.in/sorcix/irc.v2
INSTALL
IMPORT
SIG · SORCIX-IRC-V2
S
sorcix-irc-v2
networkinggo
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.

irc
gopkg.in/sorcix/irc.v2

Parses an IRC message string.

package main import ( "fmt" "gopkg.in/sorcix/irc.v2" ) func main() { msg := irc.ParseMessage(":nick!user@host PRIVMSG #channel :Hello") fmt.Println(msg) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
sorcix-irc-v2 — go get sorcix-irc-v2 · libregistry