Update README and add ircserver.py

This commit is contained in:
Nyo 2016-08-01 11:06:09 +02:00
parent 5b0c1b4d5d
commit 8740465895
2 changed files with 10 additions and 1 deletions

View File

@ -30,4 +30,5 @@ $ python3 pep.py
## License
All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information
See the "LICENSE" file for more information
This project contains code taken by reference from [miniircd](https://github.com/jrosdahl/miniircd) by Joel Rosdahl.

View File

@ -1,3 +1,11 @@
"""
This file has been _rewritten_ taking by reference code from
miniircd (https://github.com/jrosdahl/miniircd)
by Joel Rosdahl, licensed under the GNU GPL 2 License.
Most of the reference code from miniircd was used for the low-level logic.
The high-level code has been rewritten to make it compatible with pep.py.
"""
import sys
import traceback
import socket