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

Autojoin does not happen when command is set to a particular value #2012

Closed
ChaiTRex opened this issue Sep 11, 2023 · 0 comments
Closed

Autojoin does not happen when command is set to a particular value #2012

ChaiTRex opened this issue Sep 11, 2023 · 0 comments
Assignees
Labels
bug Unexpected problem or unintended behavior
Milestone

Comments

@ChaiTRex
Copy link

Bug summary

Autojoin fails to fire if irc.server.insert_server_name.command is set to "/query -noswitch lambdabot,evalr2". This was repeatable with two different servers. I have to do "/autojoin join;/query -noswitch lambdabot,evalr2" to get it to work.

Steps to reproduce

Introduce problem

  1. Run /fset.
  2. Set irc.server.insert_server_name.command to "/query -noswitch lambdabot,evalr2".
  3. Run /quit.
  4. Start WeeChat.
  5. Run /server raw.
  6. See that WeeChat didn't send a JOIN command with a comma-separated list of autojoined channels.

Remove problem

  1. Run /fset.
  2. Set irc.server.insert_server_name.command to "".
  3. Run /quit.
  4. Start WeeChat.
  5. Run /server raw.
  6. See that WeeChat did send a JOIN command with a comma-separated list of autojoined channels.

Current behavior

WeeChat will not autojoin channels if irc.server.insert_server_name.command is set to "/query -noswitch lambdabot,evalr2".

Expected behavior

WeeChat will autojoin channels if irc.server.insert_server_name.command is set to "/query -noswitch lambdabot,evalr2".

Suggested solutions

None.

Additional information

I am using Tor to connect to Libera and OFTC, both of which are affected.


  • WeeChat version: 4.0.4 (official WeeChat-provided Ubuntu Apt source)
  • OS, distribution and version: Pop!_OS 22.04 LTS
  • Terminal: GNOME Terminal 3.44.0 for GNOME 42
  • Terminal multiplexer (screen/tmux/…/none): tmux 3.2a
@ChaiTRex ChaiTRex added the bug Unexpected problem or unintended behavior label Sep 11, 2023
@flashcode flashcode self-assigned this Sep 11, 2023
@flashcode flashcode added this to the 4.0.5 milestone Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants