Releases: CoreTaxxe/AsyncIRCClient
Releases · CoreTaxxe/AsyncIRCClient
1.0.1
Improvements, deprecated loop argument, made loop and command decorator class specific with inheritance. (No name or callback tangling when using two different bots )
1.0.0
Added mainloop
run and block.
Added stop_mainloop
Changed run
to only start essential tasks as nonblocking. Async loop needs to be kept alive.
Changed stop
to only stop essential tasks. Does not end the async loop.
0.1.3
Added guard try-except to task cancellation calls
0.1.2
Added self.stop
to stop the bot and fixed Task canceling.