mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
With many ignores (a few thousand) /reload could take so long that connections were dropped. The problem is that nickmatch_rebuild() was being called for every ignore. The easy solution is to only call it once at the end. |
||
|---|---|---|
| .. | ||
| core | ||
| fe-common | ||
| fe-none | ||
| fe-text | ||
| irc | ||
| lib-config | ||
| perl | ||
| common.h | ||
| Makefile.am | ||