diff options
Diffstat (limited to 'conf/atcommand.conf')
-rw-r--r-- | conf/atcommand.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 6e35d5327..df4972067 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -14,8 +14,7 @@ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases -You can define aliases for any command. Aliases work just like original -command. +You can define aliases for any command. Aliases work just like the original command. Format is <commandname>: ["<alias>", ...] */ @@ -57,10 +56,11 @@ aliases: { accinfo: ["accountinfo"] itemreset: ["clearinventory"] channel: ["main"] + autoloottype: ["aloottype"] } -/* list of commands that should not be logged at all */ -/* add as many commands as you like */ +/* List of commands that should not be logged at all */ +/* Add as many commands as you like */ nolog: { iteminfo: 1 mobinfo: 1 @@ -69,4 +69,4 @@ nolog: { /* Commands help file */ help: { @include "conf/help.txt" -}
\ No newline at end of file +} |