From: Alexander Barton Date: Sun, 25 Apr 2004 15:44:10 +0000 (+0000) Subject: Document new server flag "L": synchronize INVITE- and X-Git-Tag: rel-0-8-0-pre1~9 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=c1e9841118c3cdde677afe000f9fd29abcaddbb9;ds=sidebyside Document new server flag "L": synchronize INVITE- and BAN-lists when establishing new server links. --- diff --git a/doc/Protocol.txt b/doc/Protocol.txt index 9858e9ed..7dc9f2cc 100644 --- a/doc/Protocol.txt +++ b/doc/Protocol.txt @@ -75,6 +75,10 @@ The following are defined at the moment: - C: The server supports the CHANINFO command. +- L: INVITE- and BAN-lists should be synchronized between servers: if the + peer understands this flag, it will send "MODE +I" and "MODE +b" + commands after the server link has been established. + - o: IRC operators are allowed to change channel- and channel-user-modes even if they aren't channel-operator of the affected channel. @@ -111,4 +115,4 @@ channel mode). In this case should be "0". -- -$Id: Protocol.txt,v 1.11 2003/11/30 20:30:56 alex Exp $ +$Id: Protocol.txt,v 1.12 2004/04/25 15:44:10 alex Exp $