]> git.lizzy.rs Git - mt_biblebot.git/commitdiff
No more anonymus /verse
authorEliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com>
Tue, 26 May 2020 15:16:44 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 15:16:44 +0000 (17:16 +0200)
init.lua

index 995f7ebfdb366ec3f513518933f63708a592a083..7199e396efe15d25c4b640a3b8fd794cdada1c50 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -189,6 +189,7 @@ local register_show_verse = {
        params = "",
        description = "Say a random verse",
        func = function(name, param)
+               minetest.chat_send_all("/verse by " .. name)
                mt_biblebot.show_verse()
        end
 }