diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-27 09:59:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-27 09:59:46 -0300 |
commit | 4359fe47243058408dc5bd4f79b2711c8b941d02 (patch) | |
tree | b31185c85d2e80e03d5f1fe0c7831c865d9baf19 | |
parent | 32ed04e8b183702a69ae61c88213652b0cc42070 (diff) | |
download | serverdata-4359fe47243058408dc5bd4f79b2711c8b941d02.tar.gz serverdata-4359fe47243058408dc5bd4f79b2711c8b941d02.tar.bz2 serverdata-4359fe47243058408dc5bd4f79b2711c8b941d02.tar.xz serverdata-4359fe47243058408dc5bd4f79b2711c8b941d02.zip |
Change logging rules
-rw-r--r-- | conf/atcommand.conf | 8 | ||||
-rw-r--r-- | conf/groups.conf | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 722dfe35..f39257b8 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -83,6 +83,14 @@ nolog: { charcommands: 1 refresh: 1 // Should we log @hugo and @linus? They're quite spammy + hugo: 1 + linus: 1 + // These are GM 0 commands, should never be logged, except guild manager + invite: 1 + leave: 1 + request: 1 + hominfo: 1 + noks: 1 } /* Commands help file */ diff --git a/conf/groups.conf b/conf/groups.conf index 60271a5b..9728e294 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -123,6 +123,7 @@ groups: ( // KillSteal commands (???) noks: true } + log_commands: true permissions: { /* without this basic permissions regular players could not trade or party */ |