mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-09-06 04:17:22 +02:00

The connect() method already adds it, so it was in the list twice (added both by __init__() and connect()). This caused _select() to call _read() twice on the same instance, except there is usually nothing to read on the second call, so it blocks for up to conf.supybot.drivers.poll().