mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
updaate public copy of T4 / M1kaela_freenode_relaybot
This commit is contained in:
parent
874dba3a1f
commit
6f775fc57e
@ -1 +1 @@
|
|||||||
{"#sailfishos-porters":"-156634556","Mer-meeting":"-1001100500036","Mikaela - group":-1001149130394,"Mikaela - supergroup":"-1001149130394","NemoMobile":"-1001100341174","Sailfish Hackclub Helsinki":-146527899,"Sailfish OS Fan Club":"-1001094603738","akunapu":"-1001067264661","##castellano":"-1001121244297"}
|
{"#sailfishos-porters":"-156634556","Mer-meeting":"-1001100500036","Mikaela - group":-1001149130394,"Mikaela - supergroup":"-1001149130394","NemoMobile":"-1001100341174","Sailfish Hackclub Helsinki":"-146527899","Sailfish OS Fan Club":"-1001094603738","akunapu":"-1001067264661","##castellano":"-1001121244297","SPAM-TELEIRC-PRIVAT":"-1001249769430","Akun apu ja #akubuntu":"-1001067264661","Sailfish OS Porters":"-1001173638408","##Mikaela":"-1001149130394"}
|
@ -8,7 +8,7 @@ module.exports = config;
|
|||||||
// verbosity of console output
|
// verbosity of console output
|
||||||
// possible options from most to least verbose:
|
// possible options from most to least verbose:
|
||||||
// silly, debug, verbose, info, warn, error
|
// silly, debug, verbose, info, warn, error
|
||||||
config.logLevel = 'info';
|
config.logLevel = 'error';
|
||||||
|
|
||||||
// paste the bot API token you got from BotFather here:
|
// paste the bot API token you got from BotFather here:
|
||||||
config.tgToken = 'CENSORED';
|
config.tgToken = 'CENSORED';
|
||||||
@ -41,8 +41,8 @@ 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 = 'https://teleirc.mikaela.info';
|
config.httpLocation = 'http://149.202.119.142' + ':' + config.httpPort;
|
||||||
//+ ':' + config.httpPort;
|
//config.httpLocation = 'https://teleirc.mikaela.info';
|
||||||
|
|
||||||
// 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
|
||||||
@ -83,7 +83,7 @@ config.soloUse = false;
|
|||||||
config.nameFormat = '%username%';
|
config.nameFormat = '%username%';
|
||||||
|
|
||||||
// fallback format string for %username% if sender lacks username
|
// fallback format string for %username% if sender lacks username
|
||||||
config.usernameFallbackFormat = '%firstName% %lastName%';
|
config.usernameFallbackFormat = '%firstName% (MISSING @USERNAME! telegram.org/faq#usernames-and-t-me)';
|
||||||
|
|
||||||
// Replace newline characters in Telegram messages with this string before
|
// Replace newline characters in Telegram messages with this string before
|
||||||
// relaying them to IRC, prevents flood from long messages.
|
// relaying them to IRC, prevents flood from long messages.
|
||||||
@ -98,14 +98,14 @@ config.ircServer = 'chat.freenode.net';
|
|||||||
// 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+gRQ'];
|
config.ircPerformCmds = ['NICKSERV identify T4 CENSORED', 'NICKSERV regain T4', 'mode T4 -i+RQ'];
|
||||||
|
|
||||||
config.channels = [
|
config.channels = [
|
||||||
// example of a barebones IRC channel:
|
// example of a barebones IRC channel:
|
||||||
// '#channel1' will be bridged to a Telegram group called 'Tg_Group_1'
|
// '#channel1' will be bridged to a Telegram group called 'Tg_Group_1'
|
||||||
{
|
{
|
||||||
ircChan: '##Mikaela',
|
ircChan: '##Mikaela',
|
||||||
tgGroup: 'Mikaela - supergroup'
|
tgGroup: '##Mikaela'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -113,10 +113,11 @@ config.channels = [
|
|||||||
tgGroup: 'NemoMobile'
|
tgGroup: 'NemoMobile'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
//{
|
||||||
ircChan: '#akunapu',
|
// ircChan: '#akunapu',
|
||||||
tgGroup: 'akunapu'
|
// tgGroup: 'akunapu'
|
||||||
},
|
// tgGroup: 'Akun apu ja #akubuntu'
|
||||||
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
ircChan: '#mer-meeting',
|
ircChan: '#mer-meeting',
|
||||||
@ -131,12 +132,29 @@ config.channels = [
|
|||||||
|
|
||||||
{
|
{
|
||||||
ircChan: '#sailfishos-porters',
|
ircChan: '#sailfishos-porters',
|
||||||
tgGroup: '#sailfishos-porters'
|
tgGroup: 'Sailfish OS Porters'
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
ircChan: '#sailfish-hackclub-hki',
|
ircChan: '#sailfish-hackclub-hki',
|
||||||
tgGroup: 'Sailfish Hackclub Helsinki'
|
tgGroup: 'Sailfish Hackclub Helsinki'
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
ircChan: '##castellano',
|
||||||
|
tgGroup: '##castellano'
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
ircChan: 'T4',
|
||||||
|
tgGroup: 'SPAM-TELEIRC-PRIVAT',
|
||||||
|
tgGroupReadOnly: true
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
ircChan: 'T4',
|
||||||
|
tgGroup: 'SPAM-TELEIRC-PRIVAT',
|
||||||
|
tgGroupReadOnly: true
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
@ -165,7 +183,7 @@ config.channels = [
|
|||||||
// documentation
|
// documentation
|
||||||
config.ircOptions = {
|
config.ircOptions = {
|
||||||
userName: 'T4',
|
userName: 'T4',
|
||||||
realName: 'Telegram.org Relay ~ @M1kaela',
|
realName: 'mailto:pikaviestimet+FreTGRelay@piraattipuolue.fi',
|
||||||
port: 6697,
|
port: 6697,
|
||||||
localAddress: null,
|
localAddress: null,
|
||||||
showErrors: true,
|
showErrors: true,
|
||||||
@ -200,3 +218,4 @@ config.emphasizeAction = true;
|
|||||||
|
|
||||||
// automatically added by config upgrade:
|
// automatically added by config upgrade:
|
||||||
config.replySnippetLength = 46;
|
config.replySnippetLength = 46;
|
||||||
|
config.relayEdited = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user