Skip to content

ugjka/ircmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
ugjka
May 9, 2023
95f789b · May 9, 2023

History

5 Commits
May 9, 2023
Aug 24, 2020
Aug 24, 2020
Aug 24, 2020
Aug 24, 2020
Aug 24, 2020

Repository files navigation

Go IRC message parser package

GoDoc

Message

The Message and Prefix types provide translation to and from IRC message format.

// Parse the IRC-encoded data and stores the result in a new struct.
message := ircmsg.ParseMessage(raw)

// Returns the IRC encoding of the message.
raw = message.String()

Warning

We are at v0.0.X, the API is subject to change

Original source

https://github.com/sorcix/irc

About

IRC Message Parser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages