2014-05-20 15:14:26 +02:00
|
|
|
<!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" />
|
2014-05-20 15:18:00 +02:00
|
|
|
<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>
|
|
|
|
|
2014-05-23 12:05:31 +02:00
|
|
|
**I am not going to explain what IRC is.**
|
2014-05-20 15:14:26 +02:00
|
|
|
|
|
|
|
## 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.
|
2014-05-21 14:18:24 +02:00
|
|
|
The networks are in alphabedical order.
|
|
|
|
|
|
|
|
### foreverchat / irc.foreverchat.net +7029
|
|
|
|
|
|
|
|
I am `Mikaela` at foreverchat.
|
2014-05-20 15:14:26 +02:00
|
|
|
|
|
|
|
### 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.
|
|
|
|
|
2014-06-02 17:14:45 +02:00
|
|
|
<!--
|
2014-05-20 15:14:26 +02:00
|
|
|
### irccloud / irc.irccloud.com +6697
|
|
|
|
|
2014-05-20 15:21:32 +02:00
|
|
|
I am `Mikaela` at IRCCloud.
|
2014-06-02 17:14:45 +02:00
|
|
|
-->
|
2014-05-20 15:14:26 +02:00
|
|
|
|
2014-05-21 14:18:24 +02:00
|
|
|
### ircnet
|
2014-05-20 15:14:26 +02:00
|
|
|
|
2014-05-21 14:18:24 +02:00
|
|
|
At IRCnet I am `Mikaela` and `Ciblia` unless my nicks get stolen. IRCnet
|
|
|
|
doesn't have services.
|
2014-05-20 15:14:26 +02:00
|
|
|
|
|
|
|
### oftc / irc.oftc.net +9999
|
|
|
|
|
2014-05-20 15:21:32 +02:00
|
|
|
I am `Mikaela` at OFTC.
|
2014-05-20 15:14:26 +02:00
|
|
|
|
2014-05-21 14:18:24 +02:00
|
|
|
### runehq / irc.runehq.com +6697
|
|
|
|
|
|
|
|
I am `Mikaela` at RuneHQ.
|
|
|
|
|
2014-05-23 10:17:26 +02:00
|
|
|
## 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>
|
|
|
|
|
2014-05-20 15:14:26 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<!-- vim : set ft=markdown-->
|