diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-03 10:16:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-03 10:16:05 -0300 |
commit | 0ece77ef5f0f956e4de8725f52ab311c454b84d8 (patch) | |
tree | 331ec73345a87a0da72d3241528031d77a3e784c | |
parent | 162ab0b6f9c5509a892e380d115499871aa6d7b5 (diff) | |
download | serverdata-jesusalva/teelog.tar.gz serverdata-jesusalva/teelog.tar.bz2 serverdata-jesusalva/teelog.tar.xz serverdata-jesusalva/teelog.zip |
Allow @t and @l (@tee and @log) to all GM 1 and above.jesusalva/teelog
This is the last step to close evol-hercules#2 after evol-hercules!10 was shipped.
-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 |