fix(indexers): update Fuzer IRC addr (#1764)

This commit is contained in:
martylukyy 2024-10-09 15:44:46 +02:00 committed by GitHub
parent 00326d2486
commit 509e4ddaed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View file

@ -970,5 +970,9 @@ ALTER TABLE irc_network
CREATE INDEX filter_priority_index
ON filter (priority);
`,
`UPDATE irc_network
SET server = 'irc.fuzer.xyz'
WHERE server = 'irc.fuzer.me';
`,
}

View file

@ -1612,5 +1612,9 @@ CREATE INDEX filter_enabled_index
CREATE INDEX filter_priority_index
ON filter (priority);
`,
`UPDATE irc_network
SET server = 'irc.fuzer.xyz'
WHERE server = 'irc.fuzer.me';
`,
}

View file

@ -25,7 +25,7 @@ settings:
irc:
network: Fuzer
server: irc.fuzer.me
server: irc.fuzer.xyz
port: 6697
tls: true
channels: