telefreenode: the last public config update

This bot is going down in a ~month
This commit is contained in:
Aminda Suomalainen 2019-05-25 20:01:01 +03:00
parent 148765c5f7
commit 9d7620306d
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67

View File

@ -26,7 +26,7 @@ config.showMedia = true;
// To be able to convert from WebP, install imagemagick and the dwebp tool // To be able to convert from WebP, install imagemagick and the dwebp tool
// (e.g. sudo apt install imagemagick webp) // (e.g. sudo apt install imagemagick webp)
config.mediaConversions = { config.mediaConversions = {
'webp': 'png' //'webp': 'png'
}; };
// Add some randomness to url when relaying media // Add some randomness to url when relaying media
@ -41,8 +41,9 @@ config.maxMsgAge = 60;
config.httpPort = 9090; config.httpPort = 9090;
// HTTP server location, URLs are generated from this // HTTP server location, URLs are generated from this
config.httpLocation = 'http://149.202.119.142' + ':' + config.httpPort; //config.httpLocation = 'http://149.202.119.142' + ':' + config.httpPort;
//config.httpLocation = 'https://teleirc.mikaela.info'; //config.httpLocation = 'https://3das7vpgt73yxclb6agz4sz2a2bt7bqqfjucjhhbb5jnndxcd4o4lfid.onion';
config.httpLocation = 'https://af42kgggd3mfqvgy.tor2web.io';
// Upload sent photos to Imgur, links to Imgur uploads are // Upload sent photos to Imgur, links to Imgur uploads are
// forwared to IRC // forwared to IRC
@ -92,13 +93,15 @@ config.usernameFallbackFormat = '%firstName% (MISSING @USERNAME! telegram.org/fa
config.replaceNewlines = ' … '; config.replaceNewlines = ' … ';
config.ircNick = 'T4'; config.ircNick = 'T4';
config.ircServer = 'chat.freenode.net'; //config.ircServer = 'chat.freenode.net';
config.ircServer = '127.0.0.1';
// array of commands to send to IRC server as soon as we're connected, // array of commands to send to IRC server as soon as we're connected,
// example: config.ircPerformCmds = [ // example: config.ircPerformCmds = [
// 'PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>' // 'PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>'
// ] // ]
config.ircPerformCmds = ['NICKSERV identify T4 CENSORED', 'NICKSERV regain T4', 'mode T4 -i+RQ']; //config.ircPerformCmds = ['NICKSERV identify T4 CENSORED', 'NICKSERV regain T4', 'mode T4 -i+RQ'];
config.ircPerformCmds = ['ZNC *perform execute'];
config.channels = [ config.channels = [
// example of a barebones IRC channel: // example of a barebones IRC channel:
@ -184,22 +187,23 @@ config.channels = [
config.ircOptions = { config.ircOptions = {
userName: 'T4', userName: 'T4',
realName: 'mailto:pikaviestimet+FreTGRelay@piraattipuolue.fi', realName: 'mailto:pikaviestimet+FreTGRelay@piraattipuolue.fi',
port: 6697, port: 5621,
localAddress: null, localAddress: null,
showErrors: true, showErrors: true,
autoRejoin: true, autoRejoin: true,
autoConnect: true, autoConnect: true,
channels: [], // auto generated, do not touch channels: [], // auto generated, do not touch
secure: true, secure: false,
selfSigned: false, selfSigned: false,
certExpired: false, certExpired: false,
floodProtection: true, floodProtection: true,
floodProtectionDelay: 1000, floodProtectionDelay: 1000,
sasl: true, sasl: false,
stripColors: true, stripColors: true,
channelPrefixes: '&#!', channelPrefixes: '&#!',
messageSplit: 512, messageSplit: 512,
encoding: '', encoding: '',
//password: 'CENSORED'
password: 'CENSORED' password: 'CENSORED'
}; };