The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.
alias <name> {
format <regex-expression> {
target <nick-to-forward-to>;
type <type-of-alias>;
parameters <parameter-string>;
};
format <regex-expression> {
...
};
type command;
spamfilter <yes|no>;
};
alias nickserv { type services; };
alias ns { target nickserv; type services; };
alias chanserv { type services; };
alias cs { target chanserv; type services; };
alias memoserv { type services; };
alias ms { target memoserv; type services; };
alias operserv { type services; };
alias os { target operserv; type services; };
alias helpserv { type services; };
alias botserv { type services; };
alias bs { target botserv; type services; };
alias hostserv { type services; };
alias hs { target hostserv; type services; };
make sure of not having changed anything in the alias block on your unrealircd.conf.
If still don't work, well I think you're doing/missing anything, or maybe you have found a bug(report it). But the configuration should work well with what Undertaker suggested you.
the alias do what is written there, an alternative for the services nicknames,
now then, make sure u have this line in unrealircd.conf:
set {
(...)
services-server "your.services.name";
(...)
};
set::services-server <server-name>;
Specifies the name of the server that the services bots are connected to. Required, set it to something like services.yournet.com if you don't have services.