Packages

A modern IRC client library for Elixir. Fork of exirc, actively maintained.

Current section

Files

Jump to
exirc_next lib exirc sender_info.ex
Raw

lib/exirc/sender_info.ex

defmodule ExIRC.SenderInfo do
@moduledoc """
This struct represents information available about the sender of a message.
"""
defstruct nick: nil,
host: nil,
user: nil
end