summaryrefslogtreecommitdiff
path: root/lib/plugins/say.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/say.ex')
-rw-r--r--lib/plugins/say.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/say.ex b/lib/plugins/say.ex
index e036bd4..9bfe1bd 100644
--- a/lib/plugins/say.ex
+++ b/lib/plugins/say.ex
@@ -58,7 +58,7 @@ defmodule Nola.Plugins.Say do
end
defp say_for(account, target, text, with_nick?) do
- for {net, chan} <- IRC.Membership.of_account(account) do
+ for {net, chan} <- Nola.Membership.of_account(account) do
chan2 = String.replace(chan, "#", "")
if (target == "#{net}/#{chan}" || target == "#{net}/#{chan2}" || target == chan || target == chan2) do
if with_nick? do