diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-06 00:04:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-06 00:04:05 -0300 |
commit | fd3a63fc6ea71a943caf0d466cceb767fc66d5c9 (patch) | |
tree | f32c64027f41e75a6d44a6c88127ee9d106335ea /conf | |
parent | 9d2173eddb8d2cde71f98dfc3012715c8fd2b1b8 (diff) | |
download | serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.gz serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.bz2 serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.tar.xz serverdata-fd3a63fc6ea71a943caf0d466cceb767fc66d5c9.zip |
Possible bugfix + @hominfo/@homtalk to Sponsors
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 3 | ||||
-rw-r--r-- | conf/groups.conf | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index dbab7578b..169ae9035 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -70,6 +70,7 @@ aliases: { nolog: { iteminfo: 1 mobinfo: 1 + hominfo: 1 time: 1 whereis: 1 whodrops: 1 @@ -85,6 +86,8 @@ nolog: { who3: 1 users: 1 where: 1 + homtalk: 1 + pettalk: 1 hugo: 1 linus: 1 } diff --git a/conf/groups.conf b/conf/groups.conf index 3e63b5876..da7521fb4 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -105,6 +105,8 @@ groups: ( inherit: ( "Player" ) /* sponsors can do everything Players can and more */ level: 1 commands: { + hominfo: true + homtalk: true pettalk: true refresh: true } @@ -132,7 +134,7 @@ groups: ( whodrops: true time: true jailtime: true - hominfo: true + hominfo: [true, true] homstats: true showexp: true showzeny: true |