Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Aliases not working?  (Read 2738 times)

0 Members and 1 Guest are viewing this topic.

hc2995

  • Guest
Aliases not working?
« 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
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: February 18, 2007, 12:22:25 AM »

make sure your services-server is set correctly
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

hc2995

  • Guest
(No subject)
« Reply #2 on: February 18, 2007, 02:27:51 AM »

That did it, thanks viper :D
Logged
Pages: [1]   Go Up