diff --git a/lib/supervisor.ex b/lib/supervisor.ex index 3db8bca..1b89d57 100644 --- a/lib/supervisor.ex +++ b/lib/supervisor.ex @@ -20,7 +20,6 @@ defmodule Omnibot.Supervisor do ] # TODO : how to handle config reloading? - # TODO : how to start up modules? # :one_for_all here because the RouterSupervisor and IRC server are co-dependent Supervisor.init(children, strategy: :one_for_all)