X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/c52fe5f5f2701a9ca6c227a7d2839d67fd9fc4bf..b2c208be091670e3c5259eba77187bae6ac6eece:/modules/m_testline.c diff --git a/modules/m_testline.c b/modules/m_testline.c index 05b7148b..0eb1fcb6 100644 --- a/modules/m_testline.c +++ b/modules/m_testline.c @@ -149,14 +149,14 @@ mo_testline(struct Client *client_p, struct Client *source_p, int parc, const ch sendto_one(source_p, form_str(RPL_TESTLINE), me.name, source_p->name, '!', - duration / 60, + duration / 60L, host, "Reject cache"); if(aconf == NULL && (duration = is_throttle_ip((struct sockaddr *)&ip))) sendto_one(source_p, form_str(RPL_TESTLINE), me.name, source_p->name, '!', - duration / 60, + duration / 60L, host, "Throttled"); }