summaryrefslogtreecommitdiff
path: root/conf/atcommand.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/atcommand.conf')
-rw-r--r--conf/atcommand.conf19
1 files changed, 17 insertions, 2 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf
index ac4cee47..cceabb34 100644
--- a/conf/atcommand.conf
+++ b/conf/atcommand.conf
@@ -11,7 +11,7 @@ charcommand_symbol represents #commands used on other players.
*/
atcommand_symbol : "@"
-charcommand_symbol: "$"
+charcommand_symbol: "#" // We can use $ if this overlaps with ManaPlus
/* Command aliases
You can define aliases for any command. Aliases work just like the original command.
@@ -20,7 +20,7 @@ Format is
*/
aliases: {
- mobinfo: ["monsterinfo", "mi"]
+ mobinfo: ["mi"]
iteminfo: ["ii"]
time: ["date", "serverdate", "servertime"]
tonpc: ["npc"]
@@ -61,6 +61,7 @@ aliases: {
camerainfo: ["setcamera", "viewpointvalue"]
tee: ["t"]
log: ["l"]
+ request: ["wgm"]
}
/* List of commands that should not be logged at all */
@@ -68,6 +69,20 @@ aliases: {
nolog: {
iteminfo: 1
mobinfo: 1
+ uptime: 1
+ duel: 1
+ accept: 1
+ reject: 1
+ noask: 1
+ time: 1
+ jailtime: 1
+ email: 1
+ rates: 1
+ help: 1
+ commands: 1
+ charcommands: 1
+ refresh: 1
+ // Should we log @hugo and @linus? They're quite spammy
}
/* Commands help file */