about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2018-10-07 23:54:13 +0200
committerAlexander Barton <alex@barton.de>2018-10-07 23:55:30 +0200
commita38eea8987b32f3d17ae04eabdd9d114af57bd25 (patch)
tree63a4a8ef282a7bb8a068904f9c5764a0d7167df4 /doc
parentd0f9d3d92e8f3f1d33ece89f751b01343b5e1141 (diff)
downloadngircd-a38eea8987b32f3d17ae04eabdd9d114af57bd25.tar.gz
ngircd-a38eea8987b32f3d17ae04eabdd9d114af57bd25.zip
Update doc/Protocol.txt for IRCv3 WEBIRC extension
See commit d0f9d3d92.
Diffstat (limited to 'doc')
-rw-r--r--doc/Protocol.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Protocol.txt b/doc/Protocol.txt
index 6b3cfbcf..b6ead9df 100644
--- a/doc/Protocol.txt
+++ b/doc/Protocol.txt
@@ -176,7 +176,7 @@ channel mode). In this case <limit> should be "0".
 II.4 Update webchat/proxy client information
 
      Command: WEBIRC
-  Parameters: <password> <username> <hostname> <ip-address>
+  Parameters: <password> <username> <hostname> <ip-address> [<ignored>]
      Used by: unregistered clients only
 
 The WEBIRC command is used by some Web-to-IRC gateways to set the correct
@@ -186,6 +186,9 @@ first command sent to the server, even before USER and NICK commands!
 The <password> must be set in the server configuration file to prevent
 unauthorized clients to fake their identity; it is an arbitrary string.
 
+Optionally, a 5th parameter is accepted to comply with an IRCv3 extension,
+see <https://github.com/ircv3/ircv3-ideas/issues/12>, but ignored.
+
 
 II.5 Client character encoding conversion