diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 6e35d5327..3b3a156eb 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>", ...] */ @@ -59,8 +58,8 @@ aliases: { channel: ["main"] } -/* 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 |