Fakten, Fakten, Fakten

This commit is contained in:
Akamaru 2016-02-25 15:26:30 +01:00
parent 8b2be9798f
commit f4e57eceaa
1 changed files with 6 additions and 3 deletions

View File

@ -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
}