Add irc:// to default URL schemes

This commit is contained in:
Simon Ser 2021-12-27 12:10:44 +01:00
parent 3f10ee87b1
commit 3f34ec7470
2 changed files with 3 additions and 1 deletions

View file

@ -2845,6 +2845,8 @@ config_load(struct config *conf, const char *conf_path,
L"file://",
L"gemini://",
L"gopher://",
L"irc://",
L"ircs://",
};
conf->url.protocols = xmalloc(
ALEN(url_protocols) * sizeof(conf->url.protocols[0]));