repo: ngircd action: commit revision: path_from: revision_from: 1d6dcb25c4d9cc87646e9a9de34d2df4e9502161: path_to: revision_to:
commit 1d6dcb25c4d9cc87646e9a9de34d2df4e9502161 Author: Alexander BartonDate: Sun Aug 17 17:35:54 2008 +0200 Document the server flag "S": SERVICE command is supported. diff --git a/doc/Protocol.txt b/doc/Protocol.txt
--- a/doc/Protocol.txt
+++ b/doc/Protocol.txt
@@ -1,7 +1,7 @@
ngIRCd - Next Generation IRC Server
- (c)2001-2007 Alexander Barton,
+ (c)2001-2008 Alexander Barton,
alex@barton.de, http://www.barton.de/
ngIRCd is free software and published under the
@@ -85,6 +85,8 @@ The following are defined at the moment:
- o: IRC operators are allowed to change channel- and channel-user-modes
even if they aren't channel-operator of the affected channel.
+- S: The server supports the SERVICE command (on this link).
+
- Z: Compressed server links are supported by the server.
Example for a complete string: "ngircd|0.7.5:CZ".
@@ -159,6 +161,3 @@ and therefore can't be omitted. The parameter must be ignored when
a channel has no user limit (the parameter doesn't list the "l"
channel mode). In this case should be "0".
-
---
-$Id: Protocol.txt,v 1.14 2007/11/21 12:16:35 alex Exp $
-----END OF PAGE-----