diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 13:01:29 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 4b81c028885a53806dd5592f89b845e1f764c41e (patch) | |
tree | 04ec2ea4b7502a76b82d9314d373c266e506926d /lib/lsg_irc/logger_plugin.ex | |
parent | feat(couch): convert slashes to %2F in paths, allowing to use database or doc... (diff) |
Rename to Nola, pt. 1. Refs T77
Diffstat (limited to '')
-rw-r--r-- | lib/lsg_irc/logger_plugin.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lsg_irc/logger_plugin.ex b/lib/lsg_irc/logger_plugin.ex index e5307bc..de601a6 100644 --- a/lib/lsg_irc/logger_plugin.ex +++ b/lib/lsg_irc/logger_plugin.ex @@ -13,6 +13,7 @@ defmodule LSG.IRC.LoggerPlugin do regopts = [plugin: __MODULE__] {:ok, _} = Registry.register(IRC.PubSub, "triggers", regopts) {:ok, _} = Registry.register(IRC.PubSub, "messages", regopts) + {:ok, _} = Registry.register(IRC.PubSub, "irc:outputs", regopts) {:ok, _} = Registry.register(IRC.PubSub, "messages:private", regopts) {:ok, nil} end |