X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/ccda6e3fc5bed9dbfe6f84fc809b07ead0895770..8e2ebdb80add54d46c9f7f058ad469d70ddf9457:/modules/m_testline.c diff --git a/modules/m_testline.c b/modules/m_testline.c index 3a9bb436..51e5b77a 100644 --- a/modules/m_testline.c +++ b/modules/m_testline.c @@ -172,16 +172,6 @@ mo_testline(struct Client *client_p, struct Client *source_p, int parc, const ch buf, aconf->passwd); return 0; } - else if(aconf->status & CONF_GLINE) - { - rb_snprintf(buf, sizeof(buf), "%s@%s", - aconf->user, aconf->host); - sendto_one(source_p, form_str(RPL_TESTLINE), - me.name, source_p->name, - 'G', (long) ((aconf->hold - rb_current_time()) / 60), - buf, aconf->passwd); - return 0; - } } /* they asked us to check a nick, so hunt for resvs.. */