diff --git a/docs/server/messages/index.md b/docs/server/messages/index.md index f19bcbea..b1800084 100644 --- a/docs/server/messages/index.md +++ b/docs/server/messages/index.md @@ -18,14 +18,48 @@ Messages are formatted the same as [a standard IRCv3 message](https://ircv3.net/ This page only lists server messages. For details on user commands that may be sent across the network see the core commands page ([v4 docs](/4/commands), [v3 docs](/3/commands)) or for a specific module please refer to the appropriate page for that module ([v4 docs](/4/modules), [v3 docs](/3/modules)). +### Core Protocol + +These messages are provided by the spanningtree module and are always available. + +
Name | +Syntax | +|
---|---|---|
[{{ msg.name }}](/server/messages/{{ msg.name | lower }}/) | +{% if msg.syntax is not defined %} +`{{ prefix }} {{ msg.name }}` | +{% else %} +{% for syntax in msg.syntax.text %}`{{ prefix }} {{ msg.name }} {{ syntax }}`{% if not loop.last %} {% endif %}{% endfor %} |
+{% endif %}
+
Name | +Module | Syntax |
---|---|---|
[{{ msg.name }}](/server/messages/{{ msg.name | lower }}/) | +{{ msg.module }} | {% if msg.syntax is not defined %}`{{ prefix }} {{ msg.name }}` | {% else %}