Adapted say module to IRC. Made greeting configurable. Fixed Trivia end-of-game leaderboard breaking.

This commit is contained in:
2022-10-18 00:08:17 +02:00
parent 4ce3f77c63
commit 809102f2fe
4 changed files with 25 additions and 10 deletions

View File

@@ -12,6 +12,7 @@ module.exports = {
port: 6697,
reconnectDelay: 10, // seconds
prefix: '~',
greeting: 'Hi, I am aisha, your game host!',
usernamePrefix: '@',
channels: ['##pendulum'],
games: ['mash', 'trivia', 'duck', 'ping', 'say', 'kill'],