C *@127.0.0.1 * stats.x.com (port) servers
H * * stats.x.com
C *@127.0.0.1 * services.x.com (port) servers
H * * services.x.com
C *@127.0.0.1 * services.x.com (port) servers T
H * * services.x.com
End of /STATS report
Just a few questions.
What is the T doing on that 2nd link for services? Why are there two links?
Its only defined once in the config file.
Also ive just rehashed the config after removing a link block, and the damn thing duplicated itself like below:
C *@127.0.0.1 * stats.x.com (port) servers
H * * stats.bittah.com
C *@127.0.0.1 * services.x.com (port) servers
H * * services.x.com
C *@127.0.0.1 * stats.x.com (port) servers T
H * * stats.x.com
C *@127.0.0.1 * services.x.com (port) servers T
H * * services.x.com
End of /STATS report
"T" is a status flag that tells you the link setting is temporary. It will go away as soon as the remote server is disconnected. You'll get such a duplicated link configuration if you change one while the link is up. The reason for that is, UnrealIRCd needs to keep count of the configurations of each linked server. So don't worry, that's absolutely normal.
AngryWolf wrote:"T" is a status flag that tells you the link setting is temporary. It will go away as soon as the remote server is disconnected. You'll get such a duplicated link configuration if you change one while the link is up. The reason for that is, UnrealIRCd needs to keep count of the configurations of each linked server. So don't worry, that's absolutely normal.
Thanks a ton for your reply, I suspected the T meant temporary after posting.