summaryrefslogtreecommitdiff
path: root/lib/irc/application.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-01-11 15:53:02 +0100
committerhref <href@random.sh>2021-01-11 15:53:02 +0100
commit0f3f0e035b43eabd3f739c41964446962cf54208 (patch)
tree9279c54e100c92375c9d980e2031e0a153245025 /lib/irc/application.ex
parentSome fixes (diff)
Cont. wipmaster
Diffstat (limited to 'lib/irc/application.ex')
-rw-r--r--lib/irc/application.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/irc/application.ex b/lib/irc/application.ex
index 70b3d0f..cb866e9 100644
--- a/lib/irc/application.ex
+++ b/lib/irc/application.ex
@@ -7,6 +7,7 @@ defmodule Irc.Application do
children = [
{Irc.STS, []}
]
+ ++ Irc.Store.childs()
opts = [strategy: :one_for_one, name: Irc.Supervisor]
Supervisor.start_link(children, opts)