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