mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added irc redirect to qmining module
This commit is contained in:
parent
00708dead7
commit
fde1800a8b
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@ const simpleRedirects = [
|
||||||
from: '/infos',
|
from: '/infos',
|
||||||
to: 'http://api.frylabs.net/infos?version=true&motd=true&subjinfo=true',
|
to: 'http://api.frylabs.net/infos?version=true&motd=true&subjinfo=true',
|
||||||
nolog: true
|
nolog: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/irc',
|
||||||
|
to: 'https://kiwiirc.com/nextclient/irc.sub.fm/#qmining'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue