diff --git a/mods/random_messages/init.lua b/mods/random_messages/init.lua
index e9b61ae32e8f846af75282f34902da580eb4fd27..259b311da0a098c34492bd23071b74328dd2270a 100644
--- a/mods/random_messages/init.lua
+++ b/mods/random_messages/init.lua
@@ -58,6 +58,7 @@ function random_messages.read_messages()
         mc(base, "# Illuna-Notes: Chat together! Even from outside the game! Join our connected Illuna IRC room: ")..mc(highlight, "#illuna")..mc(base," on ")..mc(highlight, "Freenode"),
         mc(base, "# Illuna-Notes: Chat together! Even from outside the game! Join our connected ")..mc(highlight, "Telegram")..mc(base," Group: ")..mc(url,"https://t.me/illunaminetest"),
         mc(base, "# Illuna-Notes: Did you know? Illuna is powered by donations, you can help letting it survive: ")..mc(url,"https://illuna.rocks/donate")..mc(base,". Each single microdonation helps a bunch. :3"),
+	mc(base, "# Illuna-Notes: Confused about the spawnpoint? You can always go back to the old one with the ")..mc(highlight, "/spawn2")..mc(base," command."),
 	}
 end