Update README and add ircserver.py
This commit is contained in:
parent
5b0c1b4d5d
commit
8740465895
|
@ -31,3 +31,4 @@ $ python3 pep.py
|
||||||
## License
|
## License
|
||||||
All code in this repository is licensed under the GNU AGPL 3 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.
|
||||||
|
|
|
@ -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 sys
|
||||||
import traceback
|
import traceback
|
||||||
import socket
|
import socket
|
||||||
|
|
Loading…
Reference in New Issue
Block a user