Anope IRC Services

Anope.org => General Chat => Topic started by: Joseph on August 03, 2010, 01:49:27 PM

Title: How do I change the servers to an abbreviated word
Post by: Joseph on August 03, 2010, 01:49:27 PM
hello,

I need to know how i can change *serv to a abbreviated command and still have the full command.

Example:
If i was doing it on botserv how can i change it to bs and still have botserv.

Iv'e tried editing the name on the services.conf however nothing changed.
Title: Re: How do I change the servers to an abbreviated word
Post by: Charles Kingsley on August 03, 2010, 02:07:39 PM
IRCD ALIASES
Title: Re: How do I change the servers to an abbreviated word
Post by: Joseph on August 03, 2010, 05:35:39 PM
where can i find it
Title: Re: How do I change the servers to an abbreviated word
Post by: Naram Qashat on August 03, 2010, 05:38:38 PM
Read your IRCd's help.
Title: Re: How do I change the servers to an abbreviated word
Post by: CoreDuo on August 03, 2010, 05:52:28 PM
UnrealIRCd: http://www.vulnscan.org/UnrealIrcd/unreal32docs.html#feature_aliases
InspIRCd 1.2.x: http://wiki.inspircd.org/Modules/1.2/alias
InspIRCd 2.0: http://wiki.inspircd.org/Modules/2.0/alias
Charybdis: http://www.stack.nl/~jilles/irc/charybdis-oper-guide/configlines.htm#AEN1671

Read whichever one applies to your IRCd.
Title: Re: How do I change the servers to an abbreviated word
Post by: Joseph on August 03, 2010, 05:57:07 PM
Thanks for putting on the section on the link :P
Title: Re: How do I change the servers to an abbreviated word
Post by: Joseph on August 03, 2010, 06:04:29 PM
alias "bs" {
   target "botserv";
   type services;
   spamfilter no;
};

when i type /bs help it says BS Unknown Command
Title: Re: How do I change the servers to an abbreviated word
Post by: MrStonedone on August 03, 2010, 06:05:55 PM
this is a irc server issue, not a anope issue...
Title: Re: How do I change the servers to an abbreviated word
Post by: CoreDuo on August 03, 2010, 06:06:28 PM
Did you rehash your IRCd's config after making the changes?

Also this:

this is a irc server issue, not a anope issue...
Title: Re: How do I change the servers to an abbreviated word
Post by: Naram Qashat on August 03, 2010, 06:07:40 PM
Also, don't double post, that's bad forum etiquette.
Title: Re: How do I change the servers to an abbreviated word
Post by: Joseph on August 03, 2010, 06:08:26 PM
Quote
MrStonedOne: this is a irc server issue, not a anope issue...
but its also anope related because it is fowarding to anope services

Quote
CoreDuo: Did you rehash your IRCD's config after making the changes?
Yes i did.
Title: Re: How do I change the servers to an abbreviated word
Post by: MrStonedone on August 03, 2010, 06:09:28 PM
but its also anope related because it is fowarding to anope services

but it not working is a is irc server issue/bug
Title: Re: How do I change the servers to an abbreviated word
Post by: Naram Qashat on August 03, 2010, 06:10:10 PM
No, it's NOT an Anope issue.  Anope receives messages.   Your IRCd is the problem is if isn't handling your aliases right.  We have no power over your IRCd in that respect.  Take this up with your IRCd's support, not us.
Title: Re: How do I change the servers to an abbreviated word
Post by: CoreDuo on August 03, 2010, 06:11:41 PM
You may want to head to Unreal's forums (http://forums.unrealircd.com/) or to IRC (irc.unrealircd.org, #unreal-support)