Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 749 Bytes

Alt text

A full IRCD in 60 seconds or triple your money back:

git clone https://github.com/LukeB42/psyrcd && cd psyrcd
sudo python setup.py install
psyrcd -f

The Psybernetics IRC Server.

Psyrcd is a pure-python IRCD that supports scriptable commands, user modes and channel modes, the behavior of which can be redefined while in use.

A NickServ and ChanServ are included as scripts.

Note: Psyrcd is noticably faster with uvloop installed.

Alt text

Tested with Python 3.5 on Linux 2.6 to 3.14. Check the commit history for Python 2.x versions.