diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-14 17:04:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-14 17:04:37 -0300 |
commit | 1c34483d593d982ab73bb40362896d84bf782d99 (patch) | |
tree | 565352335c1b89d1d991c257f7a4ebcdd2093eab /conf | |
parent | 396027d04a87ca1dc574b7db7c379ed8889aeef4 (diff) | |
download | serverdata-1c34483d593d982ab73bb40362896d84bf782d99.tar.gz serverdata-1c34483d593d982ab73bb40362896d84bf782d99.tar.bz2 serverdata-1c34483d593d982ab73bb40362896d84bf782d99.tar.xz serverdata-1c34483d593d982ab73bb40362896d84bf782d99.zip |
Allow @hominfo to everyone
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index da7521fb4..c60095e50 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -90,6 +90,7 @@ groups: ( whogm: true email: true rates: true + hominfo: true } permissions: { /* without this basic permissions regular players could not @@ -105,7 +106,6 @@ groups: ( inherit: ( "Player" ) /* sponsors can do everything Players can and more */ level: 1 commands: { - hominfo: true homtalk: true pettalk: true refresh: true |