From d05e15283306c4c4f95e7e2011ab0fd55ec9cf1b Mon Sep 17 00:00:00 2001 From: Milan* Date: Fri, 4 Aug 2017 17:24:35 +0200 Subject: [PATCH] random_messages: add groupchat adresses --- mods/random_messages/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua index c877f6f5..64c2c43b 100644 --- a/mods/random_messages/init.lua +++ b/mods/random_messages/init.lua @@ -53,6 +53,9 @@ function random_messages.read_messages() mc(mcc, "# Illuna-Notes: Teamspeak? Mumble! Talk together on our Mumbleserver at tchncs.de!"), mc(mcc, "# Illuna-Notes: Enjoy Illuna? Tell your friends and followers about it!"), mc(mcc, "# Illuna-Notes: Have something to share? Join https://community.illuna.rocks today!"), + mc(mcc, "# Illuna-Notes: Official and connected Illuna [Matrix] room: #illuna:tchncs.de"), + mc(mcc, "# Illuna-Notes: Official and connected Illuna IRC room: #illuna on Freenode"), + mc(mcc, "# Illuna-Notes: Official and connected Telegram Group: https://t.me/illunaminetest"), } end