summaryrefslogtreecommitdiff
path: root/lib/tmpl.ex
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-12-20 02:47:33 +0000
committerJordan Bracco <href@random.sh>2022-12-20 19:29:41 +0100
commit2127553ad058bfa688feb73097e604a8fb5a1899 (patch)
tree3246c31aef0f6c3a110376de21265a6f5d02c597 /lib/tmpl.ex
parentIRC.PubSub -> Nola.PubSub, refs T77 (diff)
Rename IRC.Account to Nola.Account, refs T77
Diffstat (limited to 'lib/tmpl.ex')
-rw-r--r--lib/tmpl.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tmpl.ex b/lib/tmpl.ex
index 1470603..f4dac02 100644
--- a/lib/tmpl.ex
+++ b/lib/tmpl.ex
@@ -43,7 +43,7 @@ defmodule Tmpl do
end
def account_nick(%{"id" => id, "name" => name}, %{variables: %{"message" => %{"network" => network}}}) do
- if user = IRC.UserTrack.find_by_account(network, %IRC.Account{id: id}) do
+ if user = IRC.UserTrack.find_by_account(network, %Nola.Account{id: id}) do
user.nick
else
name