X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/27f616ddf5bdefea2793427117329e03e20c8c1f..b2c208be091670e3c5259eba77187bae6ac6eece:/modules/m_testline.c?ds=sidebyside 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"); }