mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-07 15:22:46 +00:00
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:
@ -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'
|
||||
|
Reference in New Issue
Block a user