Golem v0.0.1-alpha1 Golem.CommandRegistry

The command registry for the bot. Implemented using GenServer.

Summary

Functions

add(command)
match(message)
read()
start_link()

Starts CommandRegistry.

Returns {:ok, pid}.

Examples

iex> Golem.CommandRegistry.start_link
{:ok, #PID<0.87.0>}