Pfade angepasst (nofix)

This commit is contained in:
Akamaru 2016-09-15 15:24:53 +02:00
parent 4028a9cea1
commit 59bc7b34be
2 changed files with 12 additions and 12 deletions

View File

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

View File

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