Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow a smaller always-accessible mode viewer/editor such as by topic #2531

Open
dchmelik opened this issue Aug 22, 2022 · 1 comment
Open

Comments

@dchmelik
Copy link

Is this a feature request?

Yes: allow a smaller always-accessible mode viewer/editor such as by topic, otherwise despite how feature-rich KVIRC is for average chatters, it's often too slow for operators, who may need immediate access to mode-changing (see for example HexChat where each mode can simply be a button beside topic and immediately changed, instead of having to open & close an entire unnecessarily-large modes panel that would be closed for chat then slowest to access in emergencies).

@ctrlaltca
Copy link
Contributor

Nowadays a channel can have a lot of different modes, eg. on Libera.chat currently 24 different modes are available for a channel. No way we're adding all of them to the toolbar.
If you want to create a toolbar button to quickly set/remove a mode, just create an action and enable it for channel windows:

if($str.contains($chan.mode, "i", true)) {
  mode $chan.name -i
} else {
  mode $chan.name +i
}

You can also input modes directly in the "channel modes" textbox by the topic widget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants