mikaela.github.io/pages/irc.html

62 lines
3.2 KiB
HTML
Raw Normal View History

2014-05-20 15:14:26 +02:00
<!DOCTYPE html>
<html>
<head>
2014-05-20 15:18:00 +02:00
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="How do you find me at IRC." /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://mkaysi.github.io/pages/irc.html">
2014-05-20 15:14:26 +02:00
<title>
Where to find me at IRC?
</title>
2014-05-20 15:15:57 +02:00
<link rel="stylesheet" type="text/css" href="../css.css" />
2014-05-20 15:14:26 +02:00
</head>
<body>
<p><strong>I am not going to explain what IRC is.</strong></p>
2014-05-20 15:14:26 +02:00
<h2 id="finding-me-at-irc">Finding me at IRC</h2>
<p>I am <code>umode -i</code> in all networks, so finding me should be easy, just run</p>
<pre><code>/whois NICKNAME NICKNAME</code></pre>
<p>in common network that you will find below.</p>
<p>I will use topics in format &quot;name of the network / round robin if any <port>&quot;. With &quot;+&quot; in front of port, I mean SSL. The networks are in alphabedical order.</p>
2014-06-11 14:59:59 +02:00
<h3 id="athemenet-irc.atheme.org-6697">athemenet / irc.atheme.org +6697</h3>
<p>I am <code>Mikaela</code> at athemenet.</p>
<h2 id="chatspike-irc.chatspike.net-6667">chatspike / irc.chatspike.net 6667</h2>
<p>I am <code>Mikaela</code> at chatspike.</p>
<p><strong>NOTE: They have SSL issues.</strong></p>
<h3 id="foreverchat-irc.foreverchat.net-7029">foreverchat / irc.foreverchat.net +7029</h3>
<p>I am <code>Mikaela</code> at foreverchat.</p>
2014-05-20 15:14:26 +02:00
<h3 id="freenode-chat.freenode.net-6697">freenode / chat.freenode.net +6697</h3>
<p>At freenode I am usually <code>Mikaela</code> with my primary connection and my mobile connection is <code>Ciblia</code> or <code>TDA_Anima</code> (The Dark Aeon Anima, do you know Final Fantasy X?) depending on my mood.</p>
<!--
### irccloud / irc.irccloud.com +6697
I am `Mikaela` at IRCCloud.
-->
<h3 id="ircnet">ircnet</h3>
<p>At IRCnet I am <code>Mikaela</code> and <code>Ciblia</code> unless my nicks get stolen. IRCnet doesn't have services.</p>
2014-05-20 15:14:26 +02:00
<h3 id="oftc-irc.oftc.net-9999">oftc / irc.oftc.net +9999</h3>
2014-05-20 15:21:32 +02:00
<p>I am <code>Mikaela</code> at OFTC.</p>
<h3 id="runehq-irc.runehq.com-6697">runehq / irc.runehq.com +6697</h3>
<p>I am <code>Mikaela</code> at RuneHQ.</p>
<h2 id="other-things">Other things</h2>
<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>
2014-05-20 15:14:26 +02:00
</body>
2014-06-08 23:51:02 +02:00
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40171169-1', 'mkaysi.github.io');
ga('send', 'pageview');
</script>
2014-05-20 15:14:26 +02:00
</html>
<!-- vim : set ft=markdown-->