Skip to content

Commit

Permalink
https://www.youtube.com/watch?v=5CfNarCjSHM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordach committed Jul 16, 2015
1 parent f245ada commit 8591e12
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 396 deletions.
4 changes: 2 additions & 2 deletions mods/chatcomms/init.lua
Expand Up @@ -22,7 +22,7 @@ minetest.register_chatcommand("skins", {
description = "Instructions on getting your skin into the game",
func = function(name)
minetest.chat_send_player(name, "To install a skin, go to minecraftskins.com for a skin and then paste the website address to the chat eg,")
minetest.chat_send_player(name, "http://www.minecraftskins.net/guymanuel and paste it into the chat, as the")
minetest.chat_send_player(name, "http://www.minecraftskins.net/ and paste it into the chat, as the")
minetest.chat_send_player(name, "server operator / admin will install it and will be availible at server restart, which is usually 10AM PDT.")
end,
})
Expand All @@ -37,7 +37,7 @@ minetest.register_chatcommand("admin", {
if minetest.get_modpath("irc") ~= nil then
mt_irc:say(adminname, param)
else

return
end
end,
})
Expand Down

0 comments on commit 8591e12

Please sign in to comment.