URL Schemes

Halloy is able to recongize different URL schemes.

IRC and IRCS

The IRC URL scheme is used to create a new connection to a server.
The format is based on the URI Syntax.

Format

<scheme>://<server>:<port>/[#channel[,#channel]]
KeyDescription
schemeCan be irc or ircs. TLS is enabled if is ircs.
serverAddress for the server. Eg: irc.libera.chat.
portOptional. Defaults to 6667 (if irc) or 6697 (if ircs).
channelOptional. List of channels, separated by a comma.

Examples

Below is a few URL examples.

Examples

Halloy

The halloy:// scheme is used to import themes. The syntax for that is halloy:///theme?e=base64EncodedThemeData. A list of community created themes can be found here.