diff options
-rw-r--r-- | conf/atcommand.conf | 2 | ||||
-rw-r--r-- | conf/groups.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 57356202..ac4cee47 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -59,6 +59,8 @@ aliases: { channel: ["main"] autoloottype: ["aloottype"] camerainfo: ["setcamera", "viewpointvalue"] + tee: ["t"] + log: ["l"] } /* List of commands that should not be logged at all */ diff --git a/conf/groups.conf b/conf/groups.conf index 3367388e..b22edc8a 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -128,6 +128,8 @@ groups: ( go: true breakguild: true channel: true + tee: true + log: true } permissions: { show_client_version: true |