mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): ncore irc server change (#738)
This commit is contained in:
parent
d172e70046
commit
2daab695eb
1 changed files with 8 additions and 8 deletions
|
@ -19,8 +19,8 @@ settings:
|
||||||
help: "Check a torrent download link. key='value' is your passkey."
|
help: "Check a torrent download link. key='value' is your passkey."
|
||||||
|
|
||||||
irc:
|
irc:
|
||||||
network: nCore
|
network: P2P-Network
|
||||||
server: irc.ncore.pro
|
server: irc.p2p-network.net
|
||||||
port: 6697
|
port: 6697
|
||||||
tls: true
|
tls: true
|
||||||
channels:
|
channels:
|
||||||
|
@ -46,12 +46,12 @@ irc:
|
||||||
label: NickServ Password
|
label: NickServ Password
|
||||||
help: NickServ password
|
help: NickServ password
|
||||||
|
|
||||||
- name: invite_command
|
#- name: invite_command
|
||||||
type: secret
|
# type: secret
|
||||||
default: "NBOT !invite IRCKEY"
|
# default: "NBOT !invite IRCKEY"
|
||||||
required: true
|
# required: true
|
||||||
label: Invite command
|
# label: Invite command
|
||||||
help: Invite auth with the key from https://ncore.pro/irc.php. Replace IRCKEY
|
# help: Invite auth with the key from https://ncore.pro/irc.php. Replace IRCKEY
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
type: single
|
type: single
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue