diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:41:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-09 23:41:43 -0300 |
commit | a6c453e25b33f5eada7606d0da62d117322575b8 (patch) | |
tree | ea7aeddbd46be04ef5c63adfc85d36fcdace4cbc /conf/atcommand.conf | |
parent | a35275be3aefb4d2f4c1b78cfd238b704f867168 (diff) | |
download | serverdata-a6c453e25b33f5eada7606d0da62d117322575b8.tar.gz serverdata-a6c453e25b33f5eada7606d0da62d117322575b8.tar.bz2 serverdata-a6c453e25b33f5eada7606d0da62d117322575b8.tar.xz serverdata-a6c453e25b33f5eada7606d0da62d117322575b8.zip |
Treat some GM stuff
Diffstat (limited to 'conf/atcommand.conf')
-rw-r--r-- | conf/atcommand.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 3b67a873b..271ff31cf 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -59,6 +59,7 @@ aliases: { channel: ["main"] autoloottype: ["aloottype"] camerainfo: ["setcamera", "viewpointvalue"] + effect: ["specialeffect"] } /* List of commands that should not be logged at all */ @@ -66,6 +67,23 @@ aliases: { nolog: { iteminfo: 1 mobinfo: 1 + time: 1 + whereis: 1 + whodrops: 1 + rates: 1 + uptime: 1 + refresh: 1 + effect: 1 + misceffect: 1 + mapinfo: 1 + mobsearch: 1 + who: 1 + who2: 1 + who3: 1 + users: 1 + where: 1 + hugo: 1 + linus: 1 } /* Commands help file */ |