X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fchannel.c;h=a9968dc4a939107627a726f14d3a0428e3bd11cf;hb=1517a6bc2abc81538356858b3cc8d997637d9590;hp=e2a991fb0ca56d20c857a1b82403351eae03f900;hpb=d1ee330fb88f78914c6bf2239d93651221895610;p=ircu2.10.12-pk.git diff --git a/ircd/channel.c b/ircd/channel.c index e2a991f..a9968dc 100644 --- a/ircd/channel.c +++ b/ircd/channel.c @@ -1399,7 +1399,15 @@ void del_invite(struct Client *cptr, struct Channel *chptr) } } -/** @page zombie Explaination of Zombies +/** @page zombie Explanation of Zombies + * + * Synopsis: + * + * A channel member is turned into a zombie when he is kicked from a + * channel but his server has not acknowledged the kick. Servers that + * see the member as a zombie can accept actions he performed before + * being kicked, without allowing chanop operations from outsiders or + * desyncing the network. * * Consider: *