Rewording Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 03 Nov 2019 14:08:55 +0530
2 files changed,
2 insertions(+),
4 deletions(-)
M
pages/blog/feed.xml
→
pages/blog/feed.xml
@@ -67,13 +67,12 @@
<p>A fairly easy process:</p> <ul> -<li>Limit users to 2 (3 if you have a bot)</li> <li><p>Set modes (on Rizon)<sup class="footnote-ref" id="fnref-modes"><a href="#fn-modes">1</a></sup>:</p> <pre><code>#crimson [+ilnpstz 3] </code></pre> -<p>In essence, this limits the users to 3, sets the channel to invite only, +<p>In essence, this limits the users to 3 (one bot), sets the channel to invite only, hides the channel from <code>/whois</code> and <code>/list</code>, and a few other misc. modes.</p></li> <li><p>Notifications: Also a trivial task; a quick modification to <a href="https://weechat.org/scripts/source/lnotify.py.html/">lnotify.py</a>
M
pages/blog/irc-for-dms.md
→
pages/blog/irc-for-dms.md
@@ -60,13 +60,12 @@ ### Setting up a channel for DMs
A fairly easy process: -* Limit users to 2 (3 if you have a bot) * Set modes (on Rizon)[^modes]: ``` #crimson [+ilnpstz 3] ``` - In essence, this limits the users to 3, sets the channel to invite only, + In essence, this limits the users to 3 (one bot), sets the channel to invite only, hides the channel from `/whois` and `/list`, and a few other misc. modes.