Skip to content

Commit 81a8625

Browse files
authored
UnrealIRCd: Add extended-isupport and utf8only (#571)
Also remove 'hide-on-servers' property from UTF8ONLY.
1 parent f647579 commit 81a8625

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_data/irc_versions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ stable:
183183
description: UTF8ONLY ISUPPORT token
184184
link: /specs/extensions/utf8-only.html
185185
hide-if-no-support: true
186-
hide-on-servers: true
187186
isupport:
188187
- UTF8ONLY
189188
webirc:

_data/sw_servers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
chghost:
220220
chathistory:
221221
echo-message:
222+
extended-isupport: 6.2+
222223
extended-join:
223224
extended-monitor: 6.0+
224225
invite-notify: 6.0+
@@ -236,6 +237,7 @@
236237
starttls:
237238
sts:
238239
userhost-in-names:
240+
utf8only: 6.2+
239241
webirc:
240242
websockets:
241243
whox:

0 commit comments

Comments
 (0)