mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-11 10:18:06 +02:00
pages/irc: replace embed of cstemplate with links and explanations.
This commit is contained in:
parent
43b6152202
commit
9e27305d1f
@ -87,10 +87,21 @@ I am `Mikaela` at IRCCloud.
|
||||
<h3 id="my-bots">My bots</h3>
|
||||
<p>I have some bots at freenode and ircnet, but I don't tell more about them than they are [Limnorias] to not make them target to anything.</p>
|
||||
<h3 id="templates-which-i-use-with-chanserv-primarily-on-atheme.">Templates which I use with ChanServ primarily on Atheme.</h3>
|
||||
<p>I am op on some channels (I probably shouldn't, but try to tell that to them) and I have made some templates to have flags easy to manage.</p>
|
||||
<p>As you can see from the embedded gist, they are bash scripts and they take the channel name as argument when executed.</p>
|
||||
<script src="https://gist.github.com/Mkaysi/597c03e41a20571e10af.js"></script>
|
||||
|
||||
<p>As mentioned previously, I am op on some channels and use these templates to make managing access list easier on networks using Atheme Services.</p>
|
||||
<ul class="incremental">
|
||||
<li><a href="https://gist.github.com/Mkaysi/597c03e41a20571e10af">cstemplate</a>
|
||||
<ul class="incremental">
|
||||
<li>Only trusted people who are specified in the ACL will get voice or op status.</li>
|
||||
</ul></li>
|
||||
<li><a href="https://gist.github.com/Mkaysi/91cc5029ab842b9129fc">cstemplate2</a>
|
||||
<ul class="incremental">
|
||||
<li>cstemplate updated for Atheme exttargets.</li>
|
||||
<li>Every registered user gets auto-voice.
|
||||
<ul class="incremental">
|
||||
<li>If voice is only given to trusted people/regulars or similar, please use cstemplate.</li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</body>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
@ -127,13 +127,17 @@ than they are [Limnorias] to not make them target to anything.
|
||||
|
||||
### Templates which I use with ChanServ primarily on Atheme.
|
||||
|
||||
I am op on some channels (I probably shouldn't, but try to tell that to
|
||||
them) and I have made some templates to have flags easy to manage.
|
||||
As mentioned previously, I am op on some channels and use these templates
|
||||
to make managing access list easier on networks using Atheme Services.
|
||||
|
||||
As you can see from the embedded gist, they are bash scripts and they take
|
||||
the channel name as argument when executed.
|
||||
|
||||
<script src="https://gist.github.com/Mkaysi/597c03e41a20571e10af.js"></script>
|
||||
* [cstemplate](https://gist.github.com/Mkaysi/597c03e41a20571e10af)
|
||||
* Only trusted people who are specified in the ACL will get voice or
|
||||
op status.
|
||||
* [cstemplate2](https://gist.github.com/Mkaysi/91cc5029ab842b9129fc)
|
||||
* cstemplate updated for Atheme exttargets.
|
||||
* Every registered user gets auto-voice.
|
||||
* If voice is only given to trusted people/regulars or similar,
|
||||
please use cstemplate.
|
||||
|
||||
</body>
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user