At 08:00 PM 11/21/03 -0800, darryl wrote: >In the IRC bot we were discussing the other day on IRC we never explicitly >called reactor.run() ? >-darryl That's because we were using a subclass of EventDriven as the main command object. EventDriven._run() calls MainLoop.run(), which calls reactor.run().