diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-10-13 11:46:47 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-10-13 11:47:24 +0200 |
commit | fd117526fcda1cd4de4e091075d9182436a85bdb (patch) | |
tree | 3bcb7245f8c39c17ba994955773bd25889030855 | |
parent | e1a5ee0da6b2f9b8d8bce6299bd7778223a5ff4e (diff) | |
download | sr.ht-docs-fd117526fcda1cd4de4e091075d9182436a85bdb.tar.gz |
chat.sr.ht: add channel setup docs
-rw-r--r-- | chat.sr.ht/channels.md | 11 | ||||
-rw-r--r-- | chat.sr.ht/index.md | 2 |
2 files changed, 12 insertions, 1 deletions
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. diff --git a/chat.sr.ht/index.md b/chat.sr.ht/index.md index c12a6ae..c42e3ca 100644 --- a/chat.sr.ht/index.md +++ b/chat.sr.ht/index.md @@ -27,7 +27,7 @@ We have a few additional guides for different audiences: - [Quick-start for experienced IRC users](/chat.sr.ht/quickstart.md) - [Using the IRC bouncer](/chat.sr.ht/bouncer-usage.md) -- [Setting up an IRC channel for your project](#TODO) +- [Setting up an IRC channel for your project](/chat.sr.ht/channels.md) - [Writing an IRC bot](/chat.sr.ht/bots.md) - [Information for network operators](/chat.sr.ht/ircops.md) |