Blur v0.2.1-beta3 Blur.IRC.Login View Source

Handle the IRC login messages

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Handle login messages

Start login handler

Link to this section Functions

Link to this function

autojoin(client, channels)

View Source

Specs

autojoin(client :: GenServer.server(), channels :: list()) ::
  :ok | {:error, atom()}

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

handle_info(:logged_in, map()) :: {:noreply, list()}

Handle login messages

Specs

start_link(list()) :: GenServer.on_start()

Start login handler