Merged SChat and IRC support.
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user