mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
IRC: update discord-irc & TeleIRC configs
This commit is contained in:
parent
21e3fe3d9d
commit
e1063a1c89
@ -12,11 +12,12 @@
|
||||
"374659905983873025": "#piraattinuoret",
|
||||
"374867585868496897": "#pinu_hallitus",
|
||||
"375207988459470849": "#test",
|
||||
"381011785962225664": "#aaltopiraatit"
|
||||
"381011785962225664": "#aaltopiraatit",
|
||||
"389413571831791626": "#hepihalko"
|
||||
},
|
||||
"ircOptions": {
|
||||
"userName": "D6",
|
||||
"realName": "Admin: Mikaela#6940",
|
||||
"realName": "Discord.gg Relay ~ Mikaela#6940",
|
||||
"password": "CENSORED",
|
||||
"port": "6697",
|
||||
"secure": "true",
|
||||
@ -27,7 +28,6 @@
|
||||
"ircText": "<{$displayUsername}> {$text}",
|
||||
"discord": "<`{$author}`> {$withMentions}"
|
||||
},
|
||||
"ircNickColor": false,
|
||||
"commandCharacters": ["!", "_"]
|
||||
"ircNickColor": false
|
||||
}
|
||||
]
|
||||
|
@ -40,14 +40,13 @@ config.nameFormat = '%username%';
|
||||
config.usernameFallbackFormat = '%firstName% %lastName%';
|
||||
|
||||
config.ircNick = 'T4';
|
||||
config.ircServer = 'au.pirateirc.net';
|
||||
config.ircServer = 'fi.pirateirc.net';
|
||||
|
||||
// array of commands to send to IRC server as soon as we're connected,
|
||||
// example: config.ircPerformCmds = [
|
||||
// 'PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>'
|
||||
// ]
|
||||
|
||||
// config.ircPerformCmds = ['NICKSERV identify Euforia CENSORED']
|
||||
config.ircPerformCmds = ['NICKSERV identify T4 CENSORED', 'NICKSERV regain T4', 'mode T4 -i+gRQ', 'CHANSERV invite #messi', 'JOIN #messi'];
|
||||
//config.ircPerformCmds = [];
|
||||
|
||||
@ -165,6 +164,11 @@ config.channels = [
|
||||
{
|
||||
ircChan: '#globalPirates',
|
||||
tgGroup: 'Global Pirates'
|
||||
},
|
||||
|
||||
{
|
||||
ircChan: '#antikupla',
|
||||
tgGroup: 'Antikupla'
|
||||
}
|
||||
|
||||
//{
|
||||
|
1
irc/telefreenode/chatids.json
Normal file
1
irc/telefreenode/chatids.json
Normal file
@ -0,0 +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"}
|
@ -31,7 +31,7 @@ config.mediaConversions = {
|
||||
|
||||
// Add some randomness to url when relaying media
|
||||
// Use 0 to disable
|
||||
config.mediaRandomLength = 0;
|
||||
config.mediaRandomLength = 10;
|
||||
|
||||
// Age in seconds after which a Telegram message is not relayed, this prevents
|
||||
// spamming the IRC channel if your bot was offline for a long time
|
||||
|
Loading…
Reference in New Issue
Block a user