question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The /mode command doesn't support specifying the target

See original GitHub issue

Currently, 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:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
xPawcommented, Oct 30, 2018

I have a working prototype branch here: https://github.com/thelounge/thelounge/tree/xpaw/chan-mode-is

0reactions
AlMcKinlaycommented, Oct 30, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found