cvium / irc_bot

Simple library for creating an IRC bot
MIT License
9 stars 7 forks source link

Python 3.12 compability #10

Open denngie opened 6 months ago

denngie commented 6 months ago

Hi! asynchat and asyncore is deprectated and removed from Python 3.12, replaced by asyncio

denngie commented 6 months ago

and ssl.wrap_socket is removed as well (hopefully easier fix according to Python 3.12 changelog)

hideYourPretzels commented 1 month ago

Hello, Is there any plan on porting irc_bot on Python 3.12? I use it through flexget which is now using 3.12, and of course irc_bot no longer works.

cvium commented 1 month ago

I don't use this anymore. I do accept PRs though.