From 59bc7b34be3f35db877ff6cc108722129ff23642 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 15 Sep 2016 15:24:53 +0200 Subject: [PATCH] Pfade angepasst (nofix) --- miku/plugins/random_pic.lua | 16 ++++++++-------- miku/plugins/random_pic_nsfw.lua | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/miku/plugins/random_pic.lua b/miku/plugins/random_pic.lua index cee67dc..f58dc67 100644 --- a/miku/plugins/random_pic.lua +++ b/miku/plugins/random_pic.lua @@ -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 diff --git a/miku/plugins/random_pic_nsfw.lua b/miku/plugins/random_pic_nsfw.lua index 79b0f17..af32e73 100644 --- a/miku/plugins/random_pic_nsfw.lua +++ b/miku/plugins/random_pic_nsfw.lua @@ -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