lobsters / mockturtle

Lobsters IRC bot
14 stars 4 forks source link

Handle connection closure #18

Closed OscarFKE closed 1 month ago

OscarFKE commented 1 month ago

Added handler for the event of reconnection failing and the connection closing. Scheduled events will be cleared on socket closure to ensure no messages are dropped. Channels are now deleted from the global timer store to ensure that events will be rescheduled if mockturtle rejoins a channel.

OscarFKE commented 1 month ago

I closed this PR as I realized the new kick handler would deactivate the scheduled events for a channel when anyone was kicked, not just mockturtle.