]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Fixed parameter description of CHANINFO.
authorAlexander Barton <alex@barton.de>
Sat, 27 Aug 2005 19:00:06 +0000 (19:00 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 27 Aug 2005 19:00:06 +0000 (19:00 +0000)
doc/Protocol.txt

index 7dc9f2cc05e534c9eb7bbabc28bd366d6d72c4c6..14da84757493db2da0cad65be464120f2cf3ac23 100644 (file)
@@ -93,7 +93,7 @@ defined in RFC 2813, section 4.1.1.
 II.2 Exchange channel-modes, topics, and persistent channels
 
      Command: CHANINFO
-  Parameters: <channel> +<modes> <key> <maxusers> [<topic>]
+  Parameters: <channel> +<modes> <key> <limit> [<topic>]
      Used by: servers only
 
 CHANINFO is used by servers to inform each other about a channel: its
@@ -115,4 +115,4 @@ channel mode). In this case <limit> should be "0".
 
 
 -- 
-$Id: Protocol.txt,v 1.12 2004/04/25 15:44:10 alex Exp $
+$Id: Protocol.txt,v 1.13 2005/08/27 19:00:06 alex Exp $