/pylay

A small IRC server written in Python 3.

Primary LanguagePythonMIT LicenseMIT

pylay

A small IRC server, written in Python. Supports basic user, channel, and messaging functionality.

Running

python3 -B -m server.run <ip> <port>

IRC servers usually run on ports 6660-6669 or 7000. To run on INADDR_ANY, pass '' as the IP address.