Adapted say module to IRC. Made greeting configurable. Fixed Trivia end-of-game leaderboard breaking.
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user