From 8a130bbafe90b45bf99e63091d11082e0a675c1b Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 03:37:05 +0000 Subject: More IRC. cleanup, refs T77. --- lib/plugins/link/html.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/link/html.ex') diff --git a/lib/plugins/link/html.ex b/lib/plugins/link/html.ex index 9b44319..a941aac 100644 --- a/lib/plugins/link/html.ex +++ b/lib/plugins/link/html.ex @@ -46,7 +46,7 @@ defmodule Nola.Plugins.Link.HTML do else "" end - [clean_text("#{prefix}#{Map.get(opengraph, "title")}")] ++ IRC.splitlong(clean_text("#{date}#{Map.get(opengraph, "description")}")) + [clean_text("#{prefix}#{Map.get(opengraph, "title")}")] ++ Nola.Irc.Message.splitlong(clean_text("#{date}#{Map.get(opengraph, "description")}")) else clean_text(title) end -- cgit v1.2.3