From 7f8b5cdeb7b92ff2258bec95403d35756ce4aea8 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Mon, 28 Jun 2021 22:47:43 +0200 Subject: [PATCH] tweak IRC info message --- modules/irc/src/main/IrcApi.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/irc/src/main/IrcApi.scala b/modules/irc/src/main/IrcApi.scala index c40a62b4d9..b36cc0aad2 100644 --- a/modules/irc/src/main/IrcApi.scala +++ b/modules/irc/src/main/IrcApi.scala @@ -235,7 +235,7 @@ final class IrcApi( icon = "horsey", text = slackdown linkifyUsers msg ) - ) >> zulip()(s":lichess: ${markdown linkifyUsers msg}") + ) >> zulip()(s":info: ${markdown linkifyUsers msg}") object charge { import lila.hub.actorApi.plan.ChargeEvent