1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

ircs: rfc7194 says to use port 6697, not 9999

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 1984-04-04 00:44:05 +00:00
parent e784af81aa
commit 12c74b4910
4 changed files with 8 additions and 4 deletions

View file

@ -16,7 +16,7 @@
#define HTTPS_PORT 34443
#define IRC_PORT 6667
#define IRCS_PORT 9999
#define IRCS_PORT 6697
#define JABBER_PORT 5222
#define JABBERS_PORT 5223