From accfc2a7fe6d48c59e9f5a1d991838e4c14f07e4 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 11 Aug 2020 15:43:43 -0700 Subject: [PATCH] Remove old TODO Signed-off-by: Alek Ratzloff --- lib/irc/irc.ex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/irc/irc.ex b/lib/irc/irc.ex index d341381..dfc11a3 100644 --- a/lib/irc/irc.ex +++ b/lib/irc/irc.ex @@ -30,11 +30,6 @@ defmodule Omnibot.Irc do def cfg(irc), do: GenServer.call(irc, :cfg) defp route_msg(irc, cfg, msg) do - # TODO : - # * Plugins that are loaded are not having their defaults applied, since - # the add_loaded_plugin in State would handle that. May be a good idea to - # make a Config.load/1 function that will handle loading of a - # configuration file instead of doing it in the root Omnibot module plugins = Config.channel_plugins(cfg, Msg.channel(msg)) Task.Supervisor.async_stream_nolink(