Anope Services Aliases and Putting them in a Channel

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.

Moderator: Supporters

Locked
Zantox
Posts: 9
Joined: Sun Oct 28, 2012 5:57 pm

Anope Services Aliases and Putting them in a Channel

Post by Zantox »

Hello,

I'd like to shorten /msg chanserv
to: /msg c

how can I do this?

Also:

I'd like to get a channel called like #services
and have the oper stuff broadcasted in it like joins and such and when people use chanserv etc.
Crash
Posts: 12
Joined: Wed Feb 25, 2009 11:04 pm
Location: Ceuta, Spain
Contact:

Re: Anope Services Aliases and Putting them in a Channel

Post by Crash »

Add this block in your services.conf and change the aliases for your preferences. good luck :D

# ...Alias <nick> <string> [OPTIONAL]
# Specify alternate nicknames for services. When a user will /msg
# NickServAlias something, it will be forwarded to NickServName, and
# NickServName will answer. This can be used to ease the migration
# from another network, for example if your services are called
# NickKeeper, ChanKeeper, etc ... and the other network calls them
# NickServ, ChanServ, etc ...

NickServAlias "Nick" "Nickname Server Forwarder"
ChanServAlias "C" "Channel Server Forwarder"
MemoServAlias "Memo" "Memo Server Forwarder"
BotServAlias "Bot" "Bot Server Forwarder"
HelpServAlias "Help" "Help Server Forwarder"
OperServAlias "Oper" "Operator Server Forwarder"
#GlobalAlias "Global" "Global Noticer Forwarder"
#DevNullAlias "DevNull2" "/dev/null -- message sink Forwarder"
HostServAlias "Virtual" "vHost Server Forwarder"
Locked