ergo icon indicating copy to clipboard operation
ergo copied to clipboard

Idea: Having #opers and &status channel

Open pcho opened this issue 3 years ago • 7 comments

Is there a possibility for default and disabled for any unprivileged users #opers channel? With option to enable it in ircd.yaml as not everyone needs it, but with more opers then one it would be nice to auto join them there when they oper up.

Second idea is to have some kind of special status channel for IRC operators that will persistently store all of the SNOMASKS information that normally displays in server status window. Which is great and should still be like this, but not so much for operators that disconnect for few days, have other problems with their IRC client or VPS, and still want to know what happened under their absence.

pcho avatar Jan 27 '22 13:01 pcho

Definitely worth considering if it can help persuade people to abandon their terminal clients or bouncers :-)

Joining the channel would be gated on having the snomasks operator capability (the ability to add and remove arbitrary snomasks).

slingamn avatar Jan 27 '22 20:01 slingamn

Via @Mikaela : possibly global notices too?

slingamn avatar Mar 08 '22 13:03 slingamn

For us #opers is the normal network support channel, so I would hope this to not suddenly get forced on us.

On snotices, I think #services would be traditional channel at least for previous Atheme users.

Mikaela avatar Mar 08 '22 13:03 Mikaela

For us #opers is the normal network support channel, so I would hope this to not suddenly get forced on us.

Agree, this should be an option to switch on or off depending on needs.

pcho avatar Mar 08 '22 13:03 pcho

Partially related: #1492

tacerus avatar Mar 24 '22 22:03 tacerus

inspircd uses +O to make a channel oper-only which is better than hardcoding a particular channel name

benharri avatar Mar 25 '22 14:03 benharri

For the oper-only channel, I don't think it is necessary to add any hard-coded channel because you can make a secret invite-only channel with invite-masks for operator hostmasks set in the opers: block of ircd.yaml. As for the services channel, that could be done by a bot, which could log it in some channel or somewhere else, so it may be worth considering leaving this to the netops to handle as they please.

FiskFan1999 avatar May 04 '22 15:05 FiskFan1999