about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-08-27 19:00:06 +0000
committerAlexander Barton <alex@barton.de>2005-08-27 19:00:06 +0000
commit5f87474a740b441d701390492c595f7bd4fec656 (patch)
treef55db05bb8e37e93312ddf23d0823e2cc06c6b90
parent6434d0b23e5d0d9a34076511869a4ab65d5def19 (diff)
downloadngircd-5f87474a740b441d701390492c595f7bd4fec656.tar.gz
ngircd-5f87474a740b441d701390492c595f7bd4fec656.zip
Fixed parameter description of CHANINFO.
-rw-r--r--doc/Protocol.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Protocol.txt b/doc/Protocol.txt
index 7dc9f2cc..14da8475 100644
--- a/doc/Protocol.txt
+++ b/doc/Protocol.txt
@@ -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 $