From 689bc6333086dabc0492fe57ed257e73ddb8e7d5 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Tue, 24 Nov 2020 15:46:10 +0100 Subject: [PATCH] Make /me undocumented. --- static/sfu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/sfu.js b/static/sfu.js index e1e28e3..572aeaf 100644 --- a/static/sfu.js +++ b/static/sfu.js @@ -1552,7 +1552,6 @@ commands.help = { }; commands.me = { - description: 'send action message', f: (c, r) => { // handled as a special case throw new Error("this shouldn't happen");