diff options
author | href <href@random.sh> | 2021-09-02 09:56:32 +0200 |
---|---|---|
committer | href <href@random.sh> | 2021-09-02 09:56:32 +0200 |
commit | 9b6d97fb820d2efc6892b0ada3340df10df35f4b (patch) | |
tree | 6d7200c07e610a2ae56128cf716e4ffda18d9d9e /lib/lsg_irc.ex | |
parent | web: show help for only enabled plugins (diff) |
puppet connections
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_irc.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lsg_irc.ex b/lib/lsg_irc.ex index ba0828a..c2782ad 100644 --- a/lib/lsg_irc.ex +++ b/lib/lsg_irc.ex @@ -21,6 +21,7 @@ defmodule LSG.IRC do worker(IRC.Account.AccountPlugin, []), supervisor(IRC.Plugin.Supervisor, [], [name: IRC.Plugin.Supervisor]), supervisor(IRC.Connection.Supervisor, [], [name: IRC.Connection.Supervisor]), + supervisor(IRC.PuppetConnection.Supervisor, [], [name: IRC.PuppetConnection.Supervisor]), ] end |