After a re-formatting of my computer, I had to re-install Unreal3.2.4. This went ok, but there are some issues that I not can resolve about C and N lines.
I'll set up here how I did it for stats.my.net and services.my.net
Code: Select all
link irc.my.net
{
username stats.my.net;
hostname xx.xx.xx.xxx;
bind-ip *;
port 6667;
hub *;
password-connect "MyPassword";
password-receive "MyPassword";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
# ssl;
# zip;
};
};Here comes from stats.my.net:
Code: Select all
link irc.my.net
{
username services.my.net;
hostname xx.xx.xx.xxx;
bind-ip *;
port 6667;
hub *;
password-connect "MyPassword";
password-receive "MyPassword";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
# ssl;
# zip;
};
};Code: Select all
[2:52pm] -irc.my.net- *** Notice -- Connection to stats.my.net[xx.xx.xx.xxx] activated.
-
[2:52pm] -irc.my.net- *** LocOps -- Link denied for irc.my.net([email protected]) (No link block named 'irc.my.net') [@xx.xx.xx.xxx.51919]
-
[2:52pm] -irc.my.net- *** LocOps -- ERROR :from stats.abzs.net[xx.xx.xx.xxx] -- Link denied (No matching link configuration) [@xx.xx.xx.xxx.51919]
-
[2:52pm] -irc.my.net- *** LocOps -- ERROR :from stats.my.net[xx.xx.xx.xxx] -- Closing Link: [xx.xx.xx.xxx] (Link denied (No matching link configuration))
-
[2:52pm] -irc.my.net- *** LocOps -- Server stats.my.net[xx.xx.xx.xxx] closed the connectionCode: Select all
ulines {
services.my.net;
stats.my.net;
};Code: Select all
NickServ- Nickname his nick may not be registered.I hope someone can help me with this problem.
Thanks