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