]> jfr.im git - solanum.git/blob - doc/technical/cluster.txt
check bans and quiets for cmode -n/nonmember PRIVMSG
[solanum.git] / doc / technical / cluster.txt
1 Short description of how remote kline and friends are propagated under
2 the old hyb7 style (CAP_KLN etc) and under the new style over ENCAP.
3
4 CAP_KLN:
5 :<source> KLINE <target> <time> <user> <host> :<reason>
6 :<source> ENCAP <target> KLINE <time> <user> <host> :<reason>
7
8 CAP_UNKLN:
9 :<source> UNKLINE <target> <user> <host>
10 :<source> ENCAP <target> UNKLINE <user> <host>
11
12 CAP_CLUSTER:
13 :<source> XLINE <target> <gecos> <type> :<reason>
14 :<source> ENCAP <target> XLINE <time> <gecos> <type> :<reason>
15
16 :<source> UNXLINE <target> <gecos>
17 :<source> ENCAP <target> UNXLINE <gecos>
18
19 :<source> RESV <target> <name> :<reason>
20 :<source> ENCAP <target> RESV <time> <name> 0 :<reason>
21
22 :<source> UNRESV <target> <name>
23 :<source> ENCAP <target> UNRESV <name>
24