add miniircd

This commit is contained in:
Master 2023-06-02 02:32:31 +08:00
parent 38b458c2c8
commit f9f55ae5bc
3 changed files with 1291 additions and 1 deletions

2
irc/makefile Normal file
View File

@ -0,0 +1,2 @@
run:
python miniircd.py --debug --ports 6699 --ssl-cert-file ..\static\certs\cert.pem --ssl-key-file ..\static\certs\key.pem

1288
irc/miniircd.py Normal file

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,6 @@ export const NRS = ["104.237.145.11", "139.144.69.73", "170.187.231.80", "45.33.
export const DTLS = 99; export const DTLS = 99;
export const IRC = ["localhost"]; export const IRC = ["localhost:6699"];
export const HUB = "https://arbiter.warframe.com/api/"; export const HUB = "https://arbiter.warframe.com/api/";