ufosc / pylay

A small IRC server written in Python 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A small IRC server written in Python 3.

License:MIT License


Languages

Language:Python 100.0%