1
0
Fork 0
forked from External/ergo

docs/USERGUIDE.md & irc/handlers.go: fix spelling of WeeChat

This commit is contained in:
Mikaela Suomalainen 2021-02-13 14:44:13 +02:00
parent d8083e8de8
commit 4340da9b6e
No known key found for this signature in database
GPG key ID: 99392F62BAE30723
2 changed files with 2 additions and 2 deletions

View file

@ -485,7 +485,7 @@ func capHandler(server *Server, client *Client, msg ircmsg.IrcMessage, rb *Respo
sendCapLines := func(cset *caps.Set, values caps.Values) {
version := rb.session.capVersion
// we're working around two bugs:
// 1. weechat 1.4 won't accept the CAP reply unless it contains the server.name source
// 1. WeeChat 1.4 won't accept the CAP reply unless it contains the server.name source
// 2. old versions of Kiwi and The Lounge can't parse multiline CAP LS 302 (#661),
// so try as hard as possible to get the response to fit on one line.
// :server.name CAP * LS * :<tokens>