[IRCServices Coding] Finding the modes set via channel mode change

Andrew Church achurch at achurch.org
Tue Jun 6 10:49:04 PDT 2006


>Thank you very much Andrew.  I do have on last question that I forgot to ask
>earlier.  Is it possible to see the source of a channel kick with the
>"channel KICK" callback? Basicly the user that did the kick is what I am
>referring to.
>static int do_channel_kick(Channel *c, User *u, const char *reason);

     I've (belatedly) added this for the next release: the callback will
take a fourth parameter, const char *source.

  --Andrew Church
    achurch at achurch.org
    http://achurch.org/