diff options
Diffstat (limited to 'lib/plugins/link/html.ex')
-rw-r--r-- | lib/plugins/link/html.ex | 2 |
1 files changed, 1 insertions, 1 deletions
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 |