This is a port of phenny, a Python IRC bot, to Python3. This specific version, called begiak, is a fork of the Wadsworth version, used by the apertium project.
I've upgraded the Torro server to latest Ubuntu 24.04 LTS, which has Python 3.12.
Phenny uses the imp module which says: "Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib."
I've upgraded the Torro server to latest Ubuntu 24.04 LTS, which has Python 3.12.
Phenny uses the imp module which says: "Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib."
Ditto for asynchat => asyncio
As a result, the bot doesn't currently run.