Add contributors file

Add irc.js for peering with IRC
Change default to reflect that

Add basic peering.
Implemented:
register/unregister a user
messages
join/part

Not implemented/TODO:
Kill, kick, change nick

It is likely that the web chat will not have full feature parity with clients connecting directly to IRC.
This commit is contained in:
knotteye
2019-11-05 17:22:52 -06:00
parent 182b7e2f5f
commit 9076b1817b
5 changed files with 241 additions and 4 deletions

View File

@ -12,9 +12,11 @@ rootredirect = '/users/live'
[ircd]
enable = false
port = 7000
user = ''
port = 6667
sid = ''
server = ''
pass = ''
vhost = 'web.satyr.net'
[database]
host = 'localhost'