diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-15 11:22:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-15 11:22:52 -0300 |
commit | cb8276e22e2fba0f9a8a23cd0bb5344d07967369 (patch) | |
tree | e2e29a0279fc39739ab1f3e80a36b3ec95bfceb0 /conf | |
parent | f80bf4e068ad0c18f8b8d119c12718b492a1769b (diff) | |
download | serverdata-cb8276e22e2fba0f9a8a23cd0bb5344d07967369.tar.gz serverdata-cb8276e22e2fba0f9a8a23cd0bb5344d07967369.tar.bz2 serverdata-cb8276e22e2fba0f9a8a23cd0bb5344d07967369.tar.xz serverdata-cb8276e22e2fba0f9a8a23cd0bb5344d07967369.zip |
Implement @wgm right
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 02b646b6b..dbab7578b 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -62,6 +62,7 @@ aliases: { effect: ["specialeffect"] tee: ["t"] log: ["l"] + request: ["wgm"] } /* List of commands that should not be logged at all */ |