2015-03-31 23:59:03 +02:00
|
|
|
---
|
|
|
|
layout: post
|
|
|
|
comments: true
|
|
|
|
title: "Keep the ops opped"
|
|
|
|
category: [english]
|
|
|
|
tags: [irc, english]
|
2018-11-25 23:51:24 +01:00
|
|
|
redirect_from:
|
|
|
|
- /noops.html
|
|
|
|
- /english/2015/04/01/keep-the-ops-opped.html
|
2015-03-31 23:59:03 +02:00
|
|
|
---
|
|
|
|
|
2015-04-28 15:25:08 +02:00
|
|
|
*Why I think that you should keep the ops opped instead of following
|
2021-06-17 21:15:23 +02:00
|
|
|
LiberaChat's recommendations.*
|
2021-05-23 13:10:38 +02:00
|
|
|
|
2015-04-28 15:25:08 +02:00
|
|
|
Is there an issue with your IRC channel needing op attention? Without
|
2015-04-28 15:31:45 +02:00
|
|
|
having ops visible, your users will very likely go to the network support
|
|
|
|
channel instead of informing you or your ops.
|
2015-03-31 23:59:03 +02:00
|
|
|
|
2015-04-28 15:25:08 +02:00
|
|
|
Without ops being visible, who are ops or how to alert them?
|
2015-03-31 23:59:03 +02:00
|
|
|
|
2021-06-17 21:15:23 +02:00
|
|
|
* `/msg chanserv flags #channel`
|
2015-04-28 15:25:08 +02:00
|
|
|
* requires whoising all ops to see if they are present
|
|
|
|
* idle time gets reset by CTCP replies, OTR and possibly other
|
2021-06-17 21:15:23 +02:00
|
|
|
things. LiberaChat staffers may also base their judgement on are
|
|
|
|
there ops present to handle the issue on idletime of ops.
|
2015-04-28 15:25:08 +02:00
|
|
|
* new users most likely have no idea on the command
|
2015-09-06 07:16:42 +02:00
|
|
|
* remote (=different server) whois is rate-limited
|
2021-07-13 17:04:49 +02:00
|
|
|
* lists accountnames, not nicknames the people are actually using
|
|
|
|
* e.g. I have a less privileged account `Mikaela-`, but my Matrix
|
|
|
|
connection is usually called `Michaela` which may not instantly connect
|
|
|
|
in people's minds. Ciblia which is one of my fallback usernames is
|
|
|
|
even further away from `Mikaela`.
|
2015-04-28 15:25:08 +02:00
|
|
|
* `/msg memoserv sendops #channel help! X is spamming`
|
|
|
|
* requires +A flag which isn't mostly given to everyone
|
|
|
|
* new users are unsure whether they have the flag if they even know
|
|
|
|
about existense of the flag or the MemoServ command.
|
|
|
|
|
|
|
|
There is also third commonly used method, having trigger word that either
|
|
|
|
highlights all the ops or makes bot PM or highlight the ops which again
|
|
|
|
has it's own issues:
|
|
|
|
|
|
|
|
* are the ops surely highlighting on it?
|
|
|
|
* the users can be confused for not getting any kind of acknowledging to
|
|
|
|
the triggerword without bot and possibly spam it even more
|
|
|
|
* if the bot PMs the ops, what if they are on umode +g and miss the bot?
|
|
|
|
* if the bot highlights all the ops, what if the ops automatically ignore
|
|
|
|
mass highlights (multiple nicks highlighted on the same line)?
|
|
|
|
* and again, are the users aware of the triggerword?
|
|
|
|
* if you clearly document it on webpage of your channel, the users
|
|
|
|
should be aware of it, but what if they didn't bother to read it or
|
|
|
|
forgot it? Their fault probably, but your channel is having issues
|
|
|
|
for longer time...
|
2015-03-31 23:59:03 +02:00
|
|
|
|
|
|
|
And there is also the issue of having to trust services or your bots.
|
|
|
|
What if the services go down or netsplit and the same happens to your bot?
|
|
|
|
You are out of luck unless you had the ops opped in which case the outage
|
|
|
|
doesn't affect you that much at all.
|
2015-04-28 15:25:08 +02:00
|
|
|
|
2021-06-17 21:15:23 +02:00
|
|
|
Counter argument: if ops are shown on a support channel, that can make
|
|
|
|
people new to IRC ping them about everything instead of asking in the
|
|
|
|
channel in gneral. I think it's up to the channel operators to decide how
|
|
|
|
much that weights and can the new users be educated without much effort.
|
2015-07-08 16:10:58 +02:00
|
|
|
|
2021-06-17 21:15:23 +02:00
|
|
|
## Fixing LiberaChat
|
2021-05-29 18:28:18 +02:00
|
|
|
|
2015-07-08 16:10:58 +02:00
|
|
|
Tell ChanServ the following three commands:
|
|
|
|
|
|
|
|
```
|
|
|
|
/msg chanserv template #channel AOP !+AeoOtvV
|
|
|
|
/msg chanserv template #channel FOUNDER !+AFRefioOrstvV
|
|
|
|
/msg chanserv template #channel VOP !+AvV
|
|
|
|
```
|
|
|
|
|
|
|
|
The ! means "add these flags to everyone who currently matches the template
|
|
|
|
exactly" so when you do this everyone who you have made xOP with
|
2015-07-08 16:16:13 +02:00
|
|
|
`/msg chanserv someone xOP" gets opped or voiced automatically.<br/>
|
|
|
|
*Note: templates including F (founder) are not automatically updated even
|
|
|
|
with the !.*
|
2015-07-08 16:10:58 +02:00
|
|
|
|
2015-07-08 16:19:08 +02:00
|
|
|
Alternatively if you have been setting flags manually use
|
|
|
|
`/msg chanserv flags #channel someone +O` to automatically op them. You
|
|
|
|
must also do this to yourself if you are channel founder, for auto-voicing
|
|
|
|
use +V. *Note: +o allows you to manually op/deop anyone, +v is the same,
|
|
|
|
but for voice, so don't confuse the casing.*
|
|
|
|
|
2021-06-17 21:15:23 +02:00
|
|
|
Changelog:
|
2015-07-08 16:10:58 +02:00
|
|
|
|
2021-06-17 21:15:23 +02:00
|
|
|
* Part 1: https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-04-01-keep-the-ops-opped.md
|
|
|
|
* Part 2: https://github.com/Mikaela/mikaela.github.io/commits/master/blog/_posts/2015-04-01-keep-the-ops-opped.md
|