screen needs now privileged user

This commit is contained in:
Akamaru 2015-06-07 22:49:42 +02:00
parent e92183e680
commit fc4c3eb4cf

View File

@ -26,6 +26,7 @@ return {
description = "Macht ein Screenshot vom PC auf dem der Bot läuft",
usage = {"/screen"},
patterns = {"^/screen$"},
run = run
run = run,
privileged = true
}
--by Akamaru [https://ponywave.de]