Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: hc2995 on February 18, 2007, 12:15:05 AM

Title: Aliases not working?
Post by: hc2995 on February 18, 2007, 12:15:05 AM
I have been trying for the past hour or so to get aliases to work with anope. Its a brand new install of both Unreal IRCD and Anope. I am using them on a windows server, i have gotten them both to link (and stay linked) but when i type /nickserv help, i get nothing, not even "No such nick" it just stops. here is my aliases block in unrealircd.conf:

Code: [Select]

/* Standard aliases */
alias nickserv { type services; };
alias chanserv { type services; };
alias operserv { type services; };
alias helpserv { type services; };
alias ns { target nickserv; type services; };
alias cs { target chanserv; type services; };
alias os { target operserv; type services; };
alias hs { target helpserv; type services; };


Any help is appreciated
Title:
Post by: Jan Milants on February 18, 2007, 12:22:25 AM
make sure your services-server is set correctly
Title:
Post by: hc2995 on February 18, 2007, 02:27:51 AM
That did it, thanks viper :D