update random_messages

master
Milan* 2017-09-14 22:28:15 +02:00
parent 6cd55e8423
commit 9cab5b05a2
1 changed files with 10 additions and 8 deletions

View File

@ -47,15 +47,17 @@ end
function random_messages.read_messages()
local mc = core.colorize
local mcc = "#A3B5CB"
local base = "#A3B5CB"
local url = "#54a3a6"--[[good color but too agressive in this case "#44be72"]]
local highlight = "#4f8abd"
random_messages.messages = {
mc(mcc, "# Illuna-Notes: Soup is very useful to fight hunger, everyone should have some."),
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"),
mc(base, "# Illuna-Notes: Teamspeak? Mumble! Talk together on our ")..mc(highlight, "Mumbleserver")..mc(base," at ")..mc(url,"tchncs.de!"),
mc(base, "# Illuna-Notes: Enjoy Illuna? Tell your friends and followers about it!"),
mc(base, "# Illuna-Notes: Have something to share? Join us at ")..mc(url, "https://community.illuna.rocks")..mc(base," today!"),
mc(base, "# Illuna-Notes: Chat together! Even from outside the game! Join our connected Illuna ")..mc(highlight, "[ matrix ]")..mc(base, " room:")..mc(url," #illuna:tchncs.de"),
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"),
}
end