defmodule Irc.Data do @moduledoc """ The `Irc` library contains a polymorphic data system. * Universal structures: `Irc.User`, `Irc.Mask`, `Irc.Line`; * Data protocols: `Irc.Addressable`, `Irc.Context` Data structures and protocol requires the owner/creator of theses structures to attach its identity (pid and module). """ end