ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.27k stars 180 forks source link

Command for listing channels where account has AMODEs #1710

Open Mikaela opened 3 years ago

Mikaela commented 3 years ago

In Atheme there is /ns listchans [<account>] which gives a list of flags and channels the user has in format

2021-175 14:41:20 EEST -- NickServ: Access flag(s) +AVi in #channel
2021-175 14:41:20 EEST -- NickServ: Access flag(s) +AOVi in #anotherchannel
2021-175 14:41:20 EEST -- NickServ: 2 channel access matches for the nickname Account

I would like to have something similar on Ergo so I can easily see from one place if I have forgotten to give someone access somewhere (when operating a small community) or see where I have flags when I am cleaning my personal channel list as an user.

slingamn commented 2 years ago

This would have to be an ircop command, right?

Mikaela commented 2 years ago

When looking at someone else's access, yes, but when looking for your own with /ns listchans no.