mikaela.github.io/_posts/2015-03-26-umode--i.md

44 lines
1.8 KiB
Markdown
Raw Normal View History

2015-03-26 08:40:41 +01:00
---
layout: post
comments: true
title: "Why I show channels that I am on at IRC?"
category: [english]
tags: [irc, english]
---
2015-04-13 21:11:37 +02:00
*Or why I am in umode -iI*
2015-03-26 08:40:41 +01:00
People ask this question from me a lot, often the same people as they don't
remember my answer.
2015-04-13 21:11:37 +02:00
I am in umode -iI which shows the channels that I am on so if you think
that I seem sane or interesting or whatever person and feel like you have
2015-03-26 08:40:41 +01:00
similar interests, you can simply `/whois Mikaela` to see the public
channels that I am on and join if you see anything interesting.
But what about the trolls? I haven't had many trolls following me around
and if that happens to you, you can simply send logs to network operators
and if they are good opers, they will take action. Even freenode staffers
have took action [which is a surprise.](https://github.com/Mikaela/freenode-harassment)
2015-03-26 08:40:41 +01:00
2015-04-13 21:11:37 +02:00
## Being umode -iI by yourself
2015-03-26 08:40:41 +01:00
2015-04-13 21:11:37 +02:00
Simply use `umode -iI` or if that is unknown command (as it's alias in most
of clients), `/mode YOURNICK -iI` and your channel list is visible to
people who `/whois` you.
2015-03-26 08:40:41 +01:00
It's not automatic though as networks set specific umodes on connect so you
will need to setup that as automatic command when connecting to network.
Some examples:
* HexChat: Open network list, select network and click `edit`, open tab
2015-04-13 21:11:37 +02:00
`Connect commands`, click `add` and type `umode -iI`.
* WeeChat: `/set irc.server_default.command /mode $nick -iI`
* ZNC: `/msg *status loadmod perform` and `/msg *perform add mode %nick% -iI`
2015-03-26 08:40:41 +01:00
* The same can also be done in webadmin and if you load perform for
2015-04-13 21:11:37 +02:00
user level, adding the command `mode %nick% -iI` will set umode -iI
2015-03-26 08:40:41 +01:00
on all networks.
2015-04-13 21:11:37 +02:00
*Update on 2015-04-13: add umode -I which is the InspIRCd way of hiding
all channels from whois depending on the modules loaded and IRCd config.*