diff options
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 |