add miniircd
This commit is contained in:
parent
38b458c2c8
commit
f9f55ae5bc
2
irc/makefile
Normal file
2
irc/makefile
Normal 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
1288
irc/miniircd.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -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 IRC = ["localhost"];
|
||||
export const IRC = ["localhost:6699"];
|
||||
|
||||
export const HUB = "https://arbiter.warframe.com/api/";
|
||||
|
Loading…
x
Reference in New Issue
Block a user