all repos — site @ 83ccd859a3013a51e44803f28389c9eb921fee67

source for my site, found at icyphox.sh

Rewording

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sun, 03 Nov 2019 14:08:55 +0530
commit

83ccd859a3013a51e44803f28389c9eb921fee67

parent

c41a89e81bab1dd681084f895857bec5af97659c

2 files changed, 2 insertions(+), 4 deletions(-)

jump to
M pages/blog/feed.xmlpages/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.mdpages/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.