UnrealIRCd Tips & Tricks
Servers Linking: channel modes are not properly set
Situation: you have one main Unreal server connected to services/stats, like Anope/Denora and another Unreal server linked to the main one.
If you didn't define a ULines Block in the linked server too, relatively to services and stats servers, some modes like +r for registered channels are not properly set.
The solution is copying the ulines block from the main server to all the linked ones:
ulines {
<server-name>;
<server-name>;
...
};
and restar them in order to re-estabilish a new link with the main.
User Mode +r not shown
Situation: when using Anope Services in conjunction with UnrealIRCD it may happen that authenticated users are not given +r mode.
The solution may be to enable SVS2MODE in your services (anope) config file; the relative section should look like this:
# UseSVS2MODE [OPTIONAL]
# On Unreal IRCD use SVS2MODE instead of SVSMODE, doing this will
# show services changing user modes.
#UseSVS2MODE
Just remove the comment in the last line and rehash services.