diff options
Diffstat (limited to 'lib/lsg_irc/untappd_plugin.ex')
-rw-r--r-- | lib/lsg_irc/untappd_plugin.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg_irc/untappd_plugin.ex b/lib/lsg_irc/untappd_plugin.ex index 02b22e3..69e4be6 100644 --- a/lib/lsg_irc/untappd_plugin.ex +++ b/lib/lsg_irc/untappd_plugin.ex @@ -18,7 +18,7 @@ defmodule LSG.IRC.UntappdPlugin do end def init(_) do - {:ok, _} = Registry.register(IRC.PubSub, "trigger:beer", []) + {:ok, _} = Registry.register(IRC.PubSub, "trigger:beer", [plugin: __MODULE__]) {:ok, %{}} end |