Module: ngircd.git Branch: master Commit: 6caa947f989b692cf8bf3568cffa03b5c21374e9 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=6caa9...
Author: Alexander Barton alex@barton.de Date: Thu Feb 17 12:26:56 2011 +0100
Protocol.txt: Update description of CHANINFO command
---
doc/Protocol.txt | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/Protocol.txt b/doc/Protocol.txt index 2b7e7b8..5093eea 100644 --- a/doc/Protocol.txt +++ b/doc/Protocol.txt @@ -141,11 +141,17 @@ therefore to disconnect the peer prior to registering it in the network. II.3 Exchange channel-modes, topics, and persistent channels
Command: CHANINFO - Parameters: <channel> +<modes> <key> <limit> [<topic>] + Parameters: <channel> +<modes> [[<key> <limit>] <topic>] Used by: servers only
CHANINFO is used by servers to inform each other about a channel: its -modes, channel key, user limits and its topic. <topic> is optional. +modes, channel key, user limits and its topic. The parameter combination +<key> and <limit> is optional, as well as the <topic> parameter, so that +there are three possible forms of this command: + + CHANINFO <channel> +<modes> + CHANINFO <channel> +<modes> <topic> + CHANINFO <channel> +<modes> <key> <limit> <topic>
If the channel already exists on the server receiving the CHANINFO command, it only adopts the <modes> (or the <topic>) if there are no modes (or topic)
ngircd-commits@lists.barton.de