Alek Ratzloff 91cdd9cae8 Remove router.ex and move behavior to Omnibot.Irc
Omnibot.Router was useful when it was used for actually routing
messages. However, its responsibilities have spread such that it's just
a single function at this point. So this single function has been moved
to Omnibot.Irc as a private function instead.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-06-13 18:11:18 -04:00

Omnibot

TODO: Add description

Installation

If available in Hex, the package can be installed by adding omnibot to your list of dependencies in mix.exs:

def deps do
  [
    {:omnibot, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/omnibot.

Description
Elixir implementation of IRC Omnibot
Readme 2.5 MiB
Languages
Elixir 98.8%
Dockerfile 1.2%