Merged SChat and IRC support.

This commit is contained in:
2022-10-19 01:24:13 +02:00
parent 4580e9129f
commit ad782a5126
9 changed files with 442 additions and 496 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
module.exports = {
platform: 'irc',
platform: 'schat',
user: {
nick: 'aisha',
username: 'Aisha',
@@ -12,6 +12,7 @@ module.exports = {
port: 6697,
reconnectDelay: 10, // seconds
prefix: '~',
labels: true,
greeting: 'Hi, I am aisha, your game host!',
usernamePrefix: '@',
channels: ['##pendulum'],