fix body json+token #3

Closed
orzMaster wants to merge 8 commits from main into main
3 changed files with 1291 additions and 1 deletions
Showing only changes of commit f9f55ae5bc - Show all commits

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 IRC = ["localhost"];
export const IRC = ["localhost:6699"];
export const HUB = "https://arbiter.warframe.com/api/";