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

Cannot unset mode on channel #249

Open
JacksonChen666 opened this issue Jan 26, 2023 · 2 comments
Open

Cannot unset mode on channel #249

JacksonChen666 opened this issue Jan 26, 2023 · 2 comments

Comments

@JacksonChen666
Copy link

running room <channel> mode -s will not result in a channel with the s channel flag removed, because -s is interpreted as an argument to the command, resulting in the command failing due to an unknown argument.

workaround: use the RAW command to heisenbridge, like RAW "MODE <channel> -s" (quote is necessary). IRC RFC modes ref

@hifi
Copy link
Owner

hifi commented Jan 26, 2023

room <channel> mode -- -s should work. Heisenbridge uses command line parser so it's a little odd.

@JacksonChen666
Copy link
Author

room <channel> mode -- -s should work.

that works

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