Initial commit with IRC and bot example.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
10
lib/omnibot.ex
Normal file
10
lib/omnibot.ex
Normal file
@@ -0,0 +1,10 @@
|
||||
defmodule Omnibot do
|
||||
@moduledoc false
|
||||
|
||||
use Application
|
||||
|
||||
@impl true
|
||||
def start(_type, _args) do
|
||||
Omnibot.Supervisor.start_link(name: Omnibot.Supervisor)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user