diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 11:12:44 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-26 11:12:44 +0000 |
commit | 2db645597aea28ea064819f25f460c4c7b0cb5e6 (patch) | |
tree | f767094700b0f9f34c1542b4fda166b1e4ce3c9a | |
parent | cdb6faff57adf2eb7477b1adc928fc8e00708b9f (diff) |
- Remove temporary xline kludge that was required for better
interoperability with 7.0 servers
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2114 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | modules/m_xline.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/m_xline.c b/modules/m_xline.c index 37fb9a9..1d48860 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -185,9 +185,6 @@ relay_xline(struct Client *source_p, char *parv[]) int t_sec; t_sec = atoi(parv[3]); - /* XXX kludge! */ - if (t_sec < 3) - t_sec = 0; sendto_match_servs(source_p, parv[1], CAP_CLUSTER, "XLINE %s %s %s :%s", |