diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-17 14:29:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-17 14:29:05 -0300 |
commit | d696f543baa0d7bae01e7d327e6bd16d40eecf4a (patch) | |
tree | a8c9e26a9a036b5685d6d569f0ce9bf614c6b571 /conf | |
parent | f0038655382d11eadbf6bb33d8c4792aee479aff (diff) | |
download | serverdata-d696f543baa0d7bae01e7d327e6bd16d40eecf4a.tar.gz serverdata-d696f543baa0d7bae01e7d327e6bd16d40eecf4a.tar.bz2 serverdata-d696f543baa0d7bae01e7d327e6bd16d40eecf4a.tar.xz serverdata-d696f543baa0d7bae01e7d327e6bd16d40eecf4a.zip |
duel commands should never be logged
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 169ae9035..8683256fc 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -68,6 +68,10 @@ aliases: { /* List of commands that should not be logged at all */ /* Add as many commands as you like */ nolog: { + duel: 1 + leave: 1 + accept: 1 + reject: 1 iteminfo: 1 mobinfo: 1 hominfo: 1 |