From b9af610f3753fe3b92c335a8c628e59d4faa00c7 Mon Sep 17 00:00:00 2001
From: Milan <tchncs@vivaldi.net>
Date: Thu, 31 Jan 2019 17:09:56 +0100
Subject: [PATCH] new random message

---
 mods/random_messages/init.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua
index b078e153..ad7b9a37 100644
--- a/mods/random_messages/init.lua
+++ b/mods/random_messages/init.lua
@@ -62,6 +62,7 @@ function random_messages.read_messages()
         mc(base, "# Illuna-Notes: It's players like you that keep the servers running, become a donor today at ")..mc(url,"https://illuna.rocks/donate")..mc(base,". In return for your support, Illuna stay's online and open for everyone, we can continue our development and you earn Donorcoins!"),
         --mc(base, "# Illuna-Notes: Confused about the new, final spawnpoint? You can always go back to the old one with the ")..mc(highlight, "/spawn2")..mc(base," command")..mc(base, "."),
         mc(base, "# Illuna-Notes: If you use ")..mc(highlight, "Pipeworks")..mc(base, ", please try to make as short pipes as possible using")..mc(highlight, " teleportation tubes")..mc(base, "."),
+        mc(base, "# Illuna-Notes: Discuss and request new mods and features in our Communityforum!"..mc(highlight, " https://community.illuna.rocks")),
 	mc(base, "# Illuna-Notes: On your way to the travelcenter? Why not give the")..mc(highlight, " postoffice ")..mc(base, "a visit too? it's just nearby and awaiting your beautiful/personal mailbox!"),
 	--mc(highlight, "# Illuna-Notes: Woohooo it's Christmas-time! Win cool exclusive items by solving the maze in the Event-Area next to the travelnet!"),
 	mc(highlight, "# Illuna-Notes: Coming from our VIP world or any other server? We'd be happy helping you by migrating your buildings to TechEth!"),
-- 
GitLab