X-Git-Url: http://git.pk910.de/?p=srvx.git;a=blobdiff_plain;f=src%2Fproto-p10.c;h=f544f9f019a2ddc3799bb19de4e0dc013e0a982a;hp=d08fb1804fd82c48aaf5a3f9ffcd624d1a48d05a;hb=0a7f0a288c131806db7b8538554b918a99c1a21d;hpb=05fb38b1bf6c58f423cd742b9209c6633ca6052c diff --git a/src/proto-p10.c b/src/proto-p10.c index d08fb18..f544f9f 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -532,6 +532,12 @@ irc_simul(struct userNode *target, char *command) putsock("%s " P10_RELAY " %s SI %s :%s", self->numeric, target->numeric, target->numeric, command); } +void +irc_keepconn(struct userNode *target, unsigned int timeout) +{ + putsock("%s " P10_RELAY " %s KC %s %u", self->numeric, target->numeric, target->numeric, timeout); +} + void irc_regnick(UNUSED_ARG(struct userNode *user)) {