Page 1 of 1

Anope Services Aliases and Putting them in a Channel

Posted: Sat Nov 17, 2012 7:11 am
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.

Re: Anope Services Aliases and Putting them in a Channel

Posted: Sat Nov 24, 2012 5:39 pm
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"