Tip of the day: With the UnrealIRCd administration panel you can add and remove server bans and do other server management from your browser.

Aliases

From UnrealIRCd documentation wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.
Other languages:

UnrealIRCd has server-side alias commands. For example /NS IDENTIFY blah will be forwarded to NickServ of Services. Internally, UnrealIRCd will convert the command to be like /MSG NickServ IDENTIFY blah. You can even make more complex aliases: for example have the /REGISTER command forward the message to ChanServ if the first parameter begins with a # and forwarded it to NickServ if it doesn't.

Aliases are configured in the Alias block.

UnrealIRCd ships with default aliases for anope, atheme and other IRC Services. See the Commonly included files section.