Kaguya v0.6.0 Kaguya.Core.Parser

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

Link to this section Summary

Functions

Converts a message struct into a raw string in BNF format

Converts a raw string into an IRC message

Link to this section Functions

Link to this function parse_message_to_raw(message)

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

Link to this function parse_raw_to_message(raw)

Converts a raw string into an IRC message.