aboutsummaryrefslogtreecommitdiff
path: root/docs/community
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-17 09:49:46 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-17 09:49:46 -0400
commitc3a4f00fde95d989256f7df68fac4d8cc21e5489 (patch)
tree02c135156fd71c15c14ff6f7a32a8e18d8c2ccd4 /docs/community
parentef07a7f59bf00ac86403f09acaf9a7c9bc7f70d4 (diff)
Clarifications
Diffstat (limited to 'docs/community')
-rw-r--r--docs/community/forums.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/community/forums.html b/docs/community/forums.html
index 8406f4ef..c9346bbc 100644
--- a/docs/community/forums.html
+++ b/docs/community/forums.html
@@ -31,10 +31,10 @@
</table>
<p>The BQN forum consists of a <a href="https://matrix.org/">Matrix</a> channel, and one room in a <a href="https://en.wikipedia.org/wiki/Discord_(software)">Discord</a> server, that are bridged together. Neither is primary and there are many users on each, and a few that use both. The Discord server contains rooms for array programming in general and for other languages such as APL, J, and k, and these are individually bridged to other Matrix channels.</p>
<h4 id="matrix"><a class="header" href="#matrix">Matrix</a></h4>
-<p>To avoid having to hunt down all these channels they're gathered into the Matrix space linked above. Most clients don't yet support spaces; you can enable them as a beta feature and join the space to see the channels in it. There's nothing special about the channels so once you join one you'll be able to use it from any other Matrix client as well.</p>
+<p>To avoid having to hunt down all these channels they're gathered into the Matrix space linked above. Most clients don't yet support spaces; in Element you can enable them as a beta feature and join the space to see the channels in it. There's nothing special about the channels so once you join one you'll be able to use it from any other Matrix client as well.</p>
<p>Being an open protocol, Matrix allows third-party clients (Element is first-party, created by the protocols designers), and there are many available. Most are lacking in features or otherwise difficult to use. For a desktop client, <a href="https://github.com/Nheko-Reborn/nheko">Nheko</a> seems to be the best chance of a good experience.</p>
<h4 id="bqnbot"><a class="header" href="#bqnbot">BQNBot</a></h4>
-<p>BQNBot will run your code from chat! Begin your message with <code><span class='Value'>bqn</span><span class='Paren'>)</span></code> and our friend (designation B-QN) will evaluate the rest and show the output. While putting your code in blocks <code><span class='Modifier'>`</span><span class='Value'>like</span> <span class='Value'>this</span><span class='Modifier'>`</span></code> is easier to read, the bot just operates on plain text and doesn't require it. For longer blocks, you can start a new line after <code><span class='Value'>bqn</span><span class='Paren'>)</span></code>, and use a multi-line code block, as shown below.</p>
+<p>BQNBot will run your code from chat! Begin your message with <code><span class='Value'>bqn</span><span class='Paren'>)</span></code> and our friend (designation B-QN) will evaluate the rest and show the output. In all cases <code><span class='Value'>bqn</span><span class='Paren'>)</span></code> has to be at the very start of the message, so start a new one if you say something before it. While putting your code in blocks <code><span class='Modifier'>`</span><span class='Value'>like</span> <span class='Value'>this</span><span class='Modifier'>`</span></code> is easier to read, the bot just operates on plain text and doesn't require it. For longer blocks, you can start a new line after <code><span class='Value'>bqn</span><span class='Paren'>)</span></code>, and use a multi-line code block, as shown below.</p>
<pre><span class='Value'>bqn</span><span class='Paren'>)</span>
<span class='Modifier'>```</span>
<span class='Value'>some</span><span class='Gets'>←</span><span class='Value'>code</span><span class='Gets'>←</span><span class='Function'>↕</span><span class='Number'>10</span> <span class='Comment'># Comment