From fd117526fcda1cd4de4e091075d9182436a85bdb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 13 Oct 2021 11:46:47 +0200 Subject: chat.sr.ht: add channel setup docs --- chat.sr.ht/channels.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chat.sr.ht/channels.md (limited to 'chat.sr.ht/channels.md') diff --git a/chat.sr.ht/channels.md b/chat.sr.ht/channels.md new file mode 100644 index 0000000..55a892c --- /dev/null +++ b/chat.sr.ht/channels.md @@ -0,0 +1,11 @@ +# Starting an IRC channel for your project + +For information about how to register an IRC channel on the Libera Chat network, +consult the [Libera Chat documentation on channel registration][0]. + +[0]: https://libera.chat/guides/creatingchannels + +Once you've set up your channel, you can add a link to it in your project README +like so: `[Join us on IRC](irc://irc.libera.chat/#channelname)`. SourceHut +detects these URLs and renders them as a link to chat.sr.ht, so users can easily +join your channel and get talking. -- cgit