telepirateirc: add Global Pirates & Sivusto

WARNING: Missing CHATID files!
This commit is contained in:
Aminda Suomalainen 2018-01-17 15:25:15 +02:00
parent 15024fc428
commit 5f07083f0e
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67

View File

@ -155,6 +155,16 @@ config.channels = [
{ {
ircChan: '#syotteet', ircChan: '#syotteet',
tgGroup: 'Syötteet' tgGroup: 'Syötteet'
},
{
ircChan: '#sivusto',
tgGroup: 'PIR - Sivusto'
},
{
ircChan: '#globalPirates',
tgGroup: 'Global Pirates'
} }
//{ //{
@ -182,7 +192,7 @@ config.channels = [
// documentation // documentation
config.ircOptions = { config.ircOptions = {
userName: 'Euforia', userName: 'Euforia',
realName: 'Admin: Mikaela @M1kaela', realName: 'Telegram.org Relay ~ @M1kaela',
port: 6697, port: 6697,
localAddress: null, localAddress: null,
debug: false, debug: false,