irc v0.1.0 Irc.Message View Source

A library for decoding and encoding irc messages.

Link to this section Summary

Types

t()

An IRC message separated into three parts: the prefix, the command,and the parameters

Link to this section Types

An IRC message separated into three parts: the prefix, the command,and the parameters.

Link to this section Functions

Link to this function decode(raw) View Source
decode(String.t) :: {:ok, Irc.Message.t} | {:error, String.t}