Browse Source

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

tags/v2.6.0-rc1
Mikaela Suomalainen 3 years ago
parent
commit
4340da9b6e
No account linked to committer's email address
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      docs/USERGUIDE.md
  2. 1
    1
      irc/handlers.go

+ 1
- 1
docs/USERGUIDE.md View File

@@ -96,7 +96,7 @@ By default, if you lose your connection to the IRC server, you are no longer pre
96 96
 
97 97
 # Multiclient
98 98
 
99
-Oragono natively supports attaching multiple clients to the same nickname (this normally requires the use of an external bouncer, like ZNC or Weechat's "relay" functionality). To use this feature, simply authenticate with SASL (or the PASS workaround, if necessary) when connecting. In the recommended configuration of Oragono, you will receive the nickname associated with your account, even if you have other clients already using it.
99
+Oragono natively supports attaching multiple clients to the same nickname (this normally requires the use of an external bouncer, like ZNC or WeeChat's "relay" functionality). To use this feature, simply authenticate with SASL (or the PASS workaround, if necessary) when connecting. In the recommended configuration of Oragono, you will receive the nickname associated with your account, even if you have other clients already using it.
100 100
 
101 101
 # History
102 102
 

+ 1
- 1
irc/handlers.go View File

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

Loading…
Cancel
Save