From a014bdbf84194c73c56eaa5b8ed754c1b66ee253 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Sat, 28 Sep 2024 16:25:53 +0200 Subject: user mention: no message when failed because thats annoying --- lib/plugins/user_mention.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins') diff --git a/lib/plugins/user_mention.ex b/lib/plugins/user_mention.ex index e7c7420..634167e 100644 --- a/lib/plugins/user_mention.ex +++ b/lib/plugins/user_mention.ex @@ -40,7 +40,7 @@ defmodule Nola.Plugins.UserMention do Nola.Plugins.Tell.tell(message, nick, content) end else - message.replyfun.("#{nick} m'est inconnu") + false end {:noreply, state} end -- cgit v1.2.3