Removed a FIXME that's really just a complaint.

This commit is contained in:
Jeremy Fincher 2004-08-26 05:22:52 +00:00
parent e1aa6efdff
commit 517a5909ea

View File

@ -50,7 +50,7 @@ class AsyncoreRunnerDriver(drivers.IrcDriver):
try: try:
timeout = conf.supybot.drivers.poll() timeout = conf.supybot.drivers.poll()
if not asyncore.socket_map: if not asyncore.socket_map:
# FIXME: asyncore should take care of this... but it doesn't? # asyncore should take care of this... but it doesn't?
time.sleep(timeout) time.sleep(timeout)
else: else:
asyncore.poll(timeout) asyncore.poll(timeout)