Docker container that powered chat.jerryaldrichiii.com (back when I ran an IRC server)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
926 B

{
"windowTitle": "Your IRC",
"startupScreen": "welcome",
"kiwiServer": "/webirc/kiwiirc/",
"restricted": true,
"theme": "dark",
"themes": [
{ "name": "Default", "url": "static/themes/default" },
{ "name": "Dark", "url": "static/themes/dark" },
{ "name": "Coffee", "url": "static/themes/coffee" },
{ "name": "GrayFox", "url": "static/themes/grayfox" },
{ "name": "Nightswatch", "url": "static/themes/nightswatch" },
{ "name": "Osprey", "url": "static/themes/osprey" },
{ "name": "Radioactive", "url": "static/themes/radioactive" },
{ "name": "Sky", "url": "static/themes/sky" }
],
"useMonospace": true,
"startupOptions" : {
"server": "irc.yourserver.com",
"port": 6697,
"tls": true,
"direct": false,
"channel": "#general",
"nick": "kiwiirc-?",
"greetingText": "Welcome. Happy Hacking!",
"infoBackground": "",
"infoContent": ""
},
"buffers": {
"messageLayout": "inline",
}
}