kaguya v0.1.3 Kaguya.Core.Parser

Module which handles message parsing from struct to raw form and vice versa.

Summary

Functions

Converts a message struct into a raw string in BNF format

Converts a raw string into an IRC message

Functions

parse_message_to_raw(message)

Converts a message struct into a raw string in BNF format.

parse_raw_to_message(raw)

Converts a raw string into an IRC message.