summaryrefslogtreecommitdiff
path: root/lib/plugins/tell.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/tell.ex')
-rw-r--r--lib/plugins/tell.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/tell.ex b/lib/plugins/tell.ex
index 8978c82..34e9f94 100644
--- a/lib/plugins/tell.ex
+++ b/lib/plugins/tell.ex
@@ -22,8 +22,8 @@ defmodule Nola.Plugins.Tell do
def init([]) do
regopts = [plugin: __MODULE__]
- {:ok, _} = Registry.register(IRC.PubSub, "account", regopts)
- {:ok, _} = Registry.register(IRC.PubSub, "trigger:tell", regopts)
+ {:ok, _} = Registry.register(Nola.PubSub, "account", regopts)
+ {:ok, _} = Registry.register(Nola.PubSub, "trigger:tell", regopts)
{:ok, dets} = :dets.open_file(dets(), [type: :bag])
{:ok, %{dets: dets}}
end