Torrent Plugin Fix; Ignoriere myfigurecollection in url_title

This commit is contained in:
2015-12-07 19:44:09 +01:00
parent b8a220685a
commit 07fd686364
4 changed files with 24 additions and 4 deletions

View File

@ -0,0 +1,14 @@
function run(msg, matches)
plugins = {}
load_plugins()
return 'Plugins erfolgreich geladen!'
end
return {
description = "Läd die Plugins neu",
usage = {"/reload (kann nur Akamaru)"},
patterns = {"^/reload$"},
run = run,
privileged = true,
notyping = true
}