diff options
author | j-tkay <joseph.tk.ea@gmail.com> | 2013-06-28 20:11:19 +0800 |
---|---|---|
committer | j-tkay <joseph.tk.ea@gmail.com> | 2013-06-28 20:11:19 +0800 |
commit | 8489dbf3b58d3bff70b27ea42884a14d5229430a (patch) | |
tree | 89e0f9be6b3bc7c3ebc135fc311d9f6d6ebbfeec /conf/atcommand.conf | |
parent | de7919f0f59f47473e6de709b5d5287a4a55e18d (diff) | |
parent | 2154c0fa9cee582a36f9a8d7923a646a6d47adf0 (diff) | |
download | hercules-8489dbf3b58d3bff70b27ea42884a14d5229430a.tar.gz hercules-8489dbf3b58d3bff70b27ea42884a14d5229430a.tar.bz2 hercules-8489dbf3b58d3bff70b27ea42884a14d5229430a.tar.xz hercules-8489dbf3b58d3bff70b27ea42884a14d5229430a.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'conf/atcommand.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 |