Pfade angepasst (nofix)
This commit is contained in:
parent
4028a9cea1
commit
59bc7b34be
@ -31,14 +31,14 @@ function rpic:action(msg, config)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local pics = {
|
local pics = {
|
||||||
["test"] = "../Festplatten/Dragoran/Mikubot/sfw/test/",
|
["test"] = "/home/akamaru/Mikubot/sfw/test/",
|
||||||
["anime"] = "../Festplatten/Dragoran/Mikubot/sfw/anime/",
|
["anime"] = "/home/akamaru/Mikubot/sfw/anime/",
|
||||||
["mlp"] = "../Festplatten/Dragoran/Mikubot/sfw/mlp/",
|
["mlp"] = "/home/akamaru/Mikubot/sfw/mlp/",
|
||||||
["doge"] = "../Festplatten/Dragoran/Mikubot/sfw/doge/",
|
["doge"] = "/home/akamaru/Mikubot/sfw/doge/",
|
||||||
["faktillon"] = "../Festplatten/Dragoran/Mikubot/sfw/faktillon/",
|
["faktillon"] = "/home/akamaru/Mikubot/sfw/faktillon/",
|
||||||
["faktastisch"] = "../Festplatten/Dragoran/Mikubot/sfw/faktastisch/",
|
["faktastisch"] = "/home/akamaru/Mikubot/sfw/faktastisch/",
|
||||||
["gamefakt"] = "../Festplatten/Dragoran/Mikubot/sfw/gamefakt/",
|
["gamefakt"] = "/home/akamaru/Mikubot/sfw/gamefakt/",
|
||||||
["faktglaublich"] = "../Festplatten/Dragoran/Mikubot/sfw/faktglaublich/"
|
["faktglaublich"] = "/home/akamaru/Mikubot/sfw/faktglaublich/"
|
||||||
}
|
}
|
||||||
|
|
||||||
if pics[input] then
|
if pics[input] then
|
||||||
|
@ -26,10 +26,10 @@ function rpic_nsfw:action(msg, config)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local pics = {
|
local pics = {
|
||||||
["general"] = "../Festplatten/Dragoran/Mikubot/nsfw/",
|
["general"] = "/home/akamaru/Mikubot/nsfw/",
|
||||||
["gif"] = "../Festplatten/Dragoran/Mikubot/nsfw/gifs/",
|
["gif"] = "/home/akamaru/Mikubot/nsfw/gifs/",
|
||||||
["rl"] = "../Festplatten/Dragoran/Mikubot/nsfw/rl/",
|
["rl"] = "/home/akamaru/Mikubot/nsfw/rl/",
|
||||||
["shimakaze"] = "../Festplatten/Dragoran/Mikubot/nsfw/Shimakaze/"
|
["shimakaze"] = "/home/akamaru/Mikubot/nsfw/Shimakaze/"
|
||||||
}
|
}
|
||||||
|
|
||||||
if pics[input] then
|
if pics[input] then
|
||||||
|
Reference in New Issue
Block a user