Added HTML colors for SChat. Adapted Letters game for SChat.

This commit is contained in:
2022-10-21 22:11:31 +02:00
parent 70ad422dfa
commit e49429784e
3 changed files with 37 additions and 6 deletions

View File

@@ -3,23 +3,35 @@
module.exports = {
platform: 'schat',
user: {
id: 'aisha',
nick: 'aisha',
username: 'Aisha',
realName: 'Aisha',
},
style: {
color: 'var(--message-56)',
// color: 'var(--message-56)',
},
operators: ['admin'],
server: 'irc.libera.chat',
port: 6697,
socket: 'ws://127.0.0.1:3000/socket',
api: 'http://127.0.0.1:3000/api',
reconnectDelay: 10, // seconds
prefix: '~',
labels: true,
greeting: 'Hi, I am aisha, your game host!',
usernamePrefix: '@',
channels: ['##pendulum'],
games: ['mash', 'trivia', 'duck', 'ping', 'say', 'kill'],
channels: ['GamesNight'],
games: ['mash', 'trivia', 'letters', 'duck', 'ping', 'say', 'kill'],
schatColors: {
red: 'var(--message-3)',
green: 'var(--message-23)',
yellow: 'var(--message-12)',
pink: 'var(--message-57)',
cyan: 'var(--message-31)',
grey: 'var(--shadow)',
// grey: 'var(--message-59)',
},
trivia: {
mode: 'first', // first or timeout
rounds: 10,