mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Make /me undocumented.
This commit is contained in:
parent
9317b120fc
commit
689bc63330
1 changed files with 0 additions and 1 deletions
|
@ -1552,7 +1552,6 @@ commands.help = {
|
||||||
};
|
};
|
||||||
|
|
||||||
commands.me = {
|
commands.me = {
|
||||||
description: 'send action message',
|
|
||||||
f: (c, r) => {
|
f: (c, r) => {
|
||||||
// handled as a special case
|
// handled as a special case
|
||||||
throw new Error("this shouldn't happen");
|
throw new Error("this shouldn't happen");
|
||||||
|
|
Loading…
Reference in a new issue