diff --git a/plugins/random_pic.lua b/plugins/random_pic.lua index a47fe16..fcd2868 100644 --- a/plugins/random_pic.lua +++ b/plugins/random_pic.lua @@ -10,7 +10,10 @@ function run(msg, matches) -- add more below! ["test"] = "../USB/test/", ["anime"] = "../USB/sfw/anime/", - ["mlp"] = "../USB/sfw/mlp/" + ["mlp"] = "../USB/sfw/mlp/", + ["faktillon"] = "../USB/sfw/faktillon/", + ["faktastisch"] = "../USB/sfw/faktastisch/", + ["gamefakt"] = "../USB/sfw/gamefakt/" } local receiver = get_receiver(msg) @@ -27,13 +30,13 @@ function run(msg, matches) return "Fehler: " .. img end else - return '"'..imgtype..'" gibt es nicht.\nEs gibt:\nanime\nmlp' + return '"'..imgtype..'" gibt es nicht.\nEs gibt:\nanime\nmlp\nfaktillon\nfaktastisch\ngamefakt' end end return { description = "Sendet ein zufälliges Bild", - usage = {"/rpic [Thema]","Themen:","anime","mlp"}, + usage = {"/rpic [Thema]","Themen:","anime","mlp","faktillon","faktastisch","gamefakt"}, patterns = {"^/rpic (.*)$"}, run = run }