new path for random_pic plugins

This commit is contained in:
Akamaru 2015-08-17 02:28:56 +02:00
parent cd4c9c088c
commit 642c499e6a
3 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@ -49,4 +49,5 @@ plugins/safebrowsing.lua
plugins/stats2.lua
plugins/help2.lua
plugins/miiverse.lua
plugins/videotogif.lua
plugins/videotogif.lua
plugins/music163.lua

View File

@ -8,8 +8,8 @@ end
function run(msg, matches)
local pics = {
-- add more below!
["anime"] = "/media/AA05-A04B/sfw/anime/",
["mlp"] = "/media/AA05-A04B/sfw/mlp/"
["anime"] = "/home/pi/USB/sfw/anime/",
["mlp"] = "/home/pi/USB/sfw/mlp/"
}
local receiver = get_receiver(msg)

View File

@ -8,7 +8,7 @@ end
function run(msg, matches)
local pics = {
-- add more below!
["/nsfw"] = "/media/AA05-A04B/nsfw/"
["/nsfw"] = "/home/pi/USB/nsfw/"
}
local receiver = get_receiver(msg)