Skip to content

Commit 7d6856b

Browse files
committed
Add network icon ISUPPORT token
References: ircv3/ircv3-specifications#563
1 parent a42f357 commit 7d6856b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

downstream.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ var passthroughIsupport = map[string]bool{
297297
"USERLEN": true,
298298
"UTF8ONLY": true,
299299
"WHOX": true,
300+
301+
"draft/ICON": true,
300302
}
301303

302304
type saslPlain struct {

0 commit comments

Comments
 (0)