mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 08:29:26 +01:00
102 lines
2.6 KiB
Markdown
102 lines
2.6 KiB
Markdown
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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">
|
|
<title>Where to find me at IRC?</title>
|
|
<link rel="stylesheet" type="text/css" href="../css.css" />
|
|
</head>
|
|
<body>
|
|
|
|
**I am not going to explain what IRC is.**
|
|
|
|
## Finding me at IRC
|
|
|
|
I am `umode -i` in all networks, so finding me should be easy, just run
|
|
|
|
```
|
|
/whois NICKNAME NICKNAME
|
|
```
|
|
|
|
in common network that you will find below.
|
|
|
|
I will use topics in format "name of the network / round robin if any <port>". With "+" in front of port, I mean SSL.
|
|
The networks are in alphabedical order.
|
|
|
|
### athemenet / irc.atheme.org +6697
|
|
|
|
I am `Mikaela` at athemenet.
|
|
|
|
## chatspike / irc.chatspike.net 6667
|
|
|
|
I am `Mikaela` at chatspike.
|
|
|
|
**NOTE: They have SSL issues.**
|
|
|
|
### foreverchat / irc.foreverchat.net +7029
|
|
|
|
I am `Mikaela` at foreverchat.
|
|
|
|
### freenode / chat.freenode.net +6697
|
|
|
|
At freenode I am usually `Mikaela` with my primary connection and my mobile
|
|
connection is `Ciblia` or `TDA_Anima` (The Dark Aeon Anima, do you know
|
|
Final Fantasy X?) depending on my mood.
|
|
|
|
<!--
|
|
### irccloud / irc.irccloud.com +6697
|
|
|
|
I am `Mikaela` at IRCCloud.
|
|
-->
|
|
|
|
### ircnet
|
|
|
|
At IRCnet I am `Mikaela` and `Ciblia` unless my nicks get stolen. IRCnet
|
|
doesn't have services.
|
|
|
|
### oftc / irc.oftc.net +9999
|
|
|
|
I am `Mikaela` at oftc.
|
|
|
|
### piratenet
|
|
|
|
I am `Mikaela` at piratenet.
|
|
|
|
### runehq / irc.runehq.com +6697
|
|
|
|
I am `Mikaela` at runehq.
|
|
|
|
## Other things
|
|
|
|
### My bots
|
|
|
|
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.
|
|
|
|
### 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 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>
|
|
|
|
</body>
|
|
<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>
|
|
</html>
|
|
<!-- vim : set ft=markdown-->
|