Skip to content

Commit 983f98c

Browse files
committed
Fix some missing change log links.
1 parent 27c908a commit 983f98c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/4/_motd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Escape | Example (raw) |
44
----------------- | --------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -----------
55
`\b` | `foo \bbar\b baz` | foo <b>bar</b> baz | Toggles whether text should be bold.
66
`\c<fg>[,<bg>]` | `foo \c03bar\c baz`<br>`foo \c11,04bar\c baz` | foo <f style="color:green">bar</f> baz<br>foo <f style="background-color:red;color:cyan">bar</f> baz | Toggles the foreground and/or background color of text.
7-
`\c{<fg>[,<bg>]}` | `foo \c{green}bar\c baz`<br>`foo \c{cyan,red}bar\c baz` | foo <f style="color:green">bar</f> baz<br>foo <f style="background-color:red;color:cyan">bar</f> baz | **New in v4.3.0!** Toggles the foreground and/or background color of text using color names (see below).
7+
`\c{<fg>[,<bg>]}` | `foo \c{green}bar\c baz`<br>`foo \c{cyan,red}bar\c baz` | foo <f style="color:green">bar</f> baz<br>foo <f style="background-color:red;color:cyan">bar</f> baz | [**New in v4.3.0!**](/4/change-log/#inspircd-430) Toggles the foreground and/or background color of text using color names (see below).
88
`\h<fg>[,<bg>]` | `foo \hea74dcbar\h baz`<br>`foo \h613583,2ec27ebar\h baz` | foo <f style="color:#ea74dc">bar</f> baz<br>foo <f style="background-color:#2ec27e;color:#613583">bar</f> baz | Toggles the foreground and/or background color of text using hex colors (not widely supported).
99
`\i` | `foo \ibar\i baz` | foo <i>bar</i> baz | Toggles whether text should be italicised.
1010
`\m` | `foo \mbar\m baz` | foo <code style="color:#222">bar</code> baz | Toggles whether text should be monospace (not widely supported).

docs/4/modules/dnsbl.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ configuration:
124124
Variable | Description
125125
------------- | -----------
126126
%dnsbl% | The name of the DNSBL (from `<dnsbl:name>`)
127-
%dnsbl.url% | **New in v4.1.0!** The name of the DNSBL (from `<dnsbl:name>`) encoded for use in an URL.
127+
%dnsbl.url% | [**New in v4.1.0!**](/4/change-log/#inspircd-410) The name of the DNSBL (from `<dnsbl:name>`) encoded for use in an URL.
128128
%ip% | The IP address of the user.
129-
%network% | **New in v4.1.0!** The name of the IRC network (from `<server:network>`).
130-
%network.url% | **New in v4.1.0!** The name of the IRC network (from `<server:network>`) encoded for use in an URL.
131-
%reason% | **New in v4.4.0!** A human readable description of the DNSBL result (from `<dnsblreply>`).
129+
%network% | [**New in v4.1.0!**](/4/change-log/#inspircd-410) The name of the IRC network (from `<server:network>`).
130+
%network.url% | [**New in v4.1.0!**](/4/change-log/#inspircd-410) The name of the IRC network (from `<server:network>`) encoded for use in an URL.
131+
%reason% | [**New in v4.4.0!**](/4/change-log/#inspircd-440) A human readable description of the DNSBL result (from `<dnsblreply>`).
132132
%result% | The record type returned by the DNSBL.
133133
134134
The type field should be set to one of the following values:

docs/4/modules/repeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ configuration:
7373
7474
Variable | Description
7575
---------- | -----------
76-
%channel% | **New in v4.4.0!** The name of the channel the mode is set on.
76+
%channel% | [**New in v4.4.0!**](/4/change-log/#inspircd-440) The name of the channel the mode is set on.
7777
%diff% | The diff from the mode value.
7878
%duration% | The seconds from the mode value as a duration.
7979
%lines% | The lines from the mode value.

0 commit comments

Comments
 (0)