Skip to content

Draft: Allow query as a "channel"

bleader requested to merge bleader/gruik:allow_query_target into main
  • fix: no chanlist check for query targets

When using a "channel" that is actually a query, everything was ready to work, except the part waiting for connexion to be complete, checking a channel list, that is therefore empty as there is no channel to join. Only checking channel list if "channel" name does not start by a '#' is sufficient to make it work with queries.

Merge request reports