The /mode command doesn't support specifying the target
See original GitHub issueCurrently, the mode always target the current channel. This works fine for most cases, but those constructs are also valid but unsupported:
/mode Max-P +x
(changing mode on self)/mode #channel +m
(changing mode on other channel)
I don’t think there are cases where one can change the mode of other people or non-joined channels, but we probably should.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Debugging with GDB - Specifying a Debugging Target
The target command does not repeat if you press RET again after executing the command. help target: Displays the names of all targets...
Read more >Connecting (Debugging with GDB) - sourceware.org
With target remote mode: The run command is not supported. Once a connection has been established, you can use all the usual GDB...
Read more >Compose file version 3 reference - Docker Documentation
target : The path and name of the file to be mounted in the service's task containers. Defaults to /<source> if not specified....
Read more >Target selectors - Minecraft Wiki - Fandom
Target selectors are used in commands to select players and entities arbitrarily, without needing to specify an exact player name or a UUID....
Read more >MSBuild Command-Line Reference - Microsoft Learn
Arguments. Builds the targets in the project file that you specify. If you don't specify a project file, MSBuild searches the current working ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a working prototype branch here: https://github.com/thelounge/thelounge/tree/xpaw/chan-mode-is
Yeah, it looks like #341 wasn’t a full duplicate of this one. We can now specify the target, but it looks like we don’t deal with the mode message when not setting a mode.