anope & kline

Martin J. Green mail at martinjgreen.me.uk
Sat Mar 22 15:02:58 EDT 2008


I'm using hybrid (7.2.3) with anope (with other bits & pieces added to support services).

The anope code has:

void hybrid_cmd_akill(char *user, char *host, char *who, time_t when,
                      time_t expires, char *reason)
{
    send_cmd(s_OperServ, "KLINE * %ld %s %s :%s",
             (long int) (expires - (long) time(NULL)), user, host, reason);
}

To implement services akill - its trying to do Kline * <time> <user> <host> :<reason> - ie apply a remote kline to all servers, but this fails.

Is this syntax correct?

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ircd-hybrid.org/pipermail/hybrid/attachments/20080322/66ca2c49/attachment.html>


More information about the hybrid mailing list