Anope IRC Services

Anope.org => General Chat => Topic started by: Sofia on June 08, 2008, 01:54:15 PM

Title: Module or Command for /ns /cs etc
Post by: Sofia on June 08, 2008, 01:54:15 PM
Can someone please help me out with whats needed to make the commands for nickserv chanserv and other services easier. Right now i have to go the long way such as /msg nickserv etc, i would like it to be /nickserv or /ns. Thank you
Title:
Post by: Trystan Scott Lee on June 08, 2008, 07:20:51 PM
Please see your ircd documentation for how to create aliases

For Unreal see http://www.unrealircd.com/faq.php#55
Title:
Post by: Sofia on June 08, 2008, 08:24:46 PM
I did that already but it wont work so i figured it could be done in the services config or something :-(
Title:
Post by: Jan Milants on June 08, 2008, 08:26:16 PM
this has nothing todo with services actually... the ircd simply translates /ns into /msg nickserv so this has to be solved ircd side.
and http://www.unrealircd.com/faq.php#55 works if the ircd is correctly configured.
Title: Re: Module or Command for /ns /cs etc
Post by: Keiro on July 20, 2008, 07:50:21 PM
Check the identify area. >_>;

It's right above the NickServ, etc block.

Just uncomment it. WHy it's not uncommented by default, I've no idea.
Title: Re: Module or Command for /ns /cs etc
Post by: ysfm on July 22, 2008, 09:07:02 PM
look set block in unrealircd.conf

if ur services name not same services-server u dont use alias

example set block:

Quote
set {
 services-server "services.anope.org";
};