diff options
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_irc.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lsg_irc.ex b/lib/lsg_irc.ex index 482cb5d..cb1e382 100644 --- a/lib/lsg_irc.ex +++ b/lib/lsg_irc.ex @@ -19,7 +19,11 @@ defmodule LSG.IRC do for plugin <- Application.get_env(:lsg, :irc)[:plugins] do worker(plugin, [], [name: plugin]) end + ++ [ + worker(LSG.IRC.AlcoologAnnouncerPlugin, []) + ] end + end |