@@ -2,6 +2,7 @@
* Update server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.
* Fix Linux binary compat on FreeBSD due to lack of ptrace(2).
* Avoid warnings from Debian's FORTIFY_SOURCE
+ * Remove an old +take limiter that was forgotten.
# 1.4.6
* Disable demo TCL support by default to prevent confusion during build.
@@ -1481,7 +1481,6 @@ do_take(struct chanset_t *chan)
work[work_len] = 0;
// Prevent excess flood
- if (!HAVE_F1) usleep(1000 * 500);
if (++lines >= max_lines) {
tputs(serv, work, work_len);
work[0] = 0;