diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-11 10:48:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-11 10:48:41 -0300 |
commit | 119978f1ceb1b2030d0b3000b4a27f7c0fa74a73 (patch) | |
tree | 0a9dfcba15800aee9f389ab21a001185405d5483 | |
parent | 1a8f33e5c3183275d66a2c37abcc129225d861be (diff) | |
download | serverdata-119978f1ceb1b2030d0b3000b4a27f7c0fa74a73.tar.gz serverdata-119978f1ceb1b2030d0b3000b4a27f7c0fa74a73.tar.bz2 serverdata-119978f1ceb1b2030d0b3000b4a27f7c0fa74a73.tar.xz serverdata-119978f1ceb1b2030d0b3000b4a27f7c0fa74a73.zip |
Allow @log/@tee to all staff
-rw-r--r-- | conf/groups.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 7373ea7fd..93c4972a0 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -118,6 +118,8 @@ groups: ( inherit: ( "Super Player" ) level: 3 commands: { + log: true + tee: true hugo: true linus: true charcommands: true |