This action selects a peer in the currently selected channel by specifying their name.

It takes one string parameter, which is the name of the peer you want to select.


The name check is case-insensitive, so trying to select a peer "Betsy" by name "BetSy" will succeed.

In Blue, in addition to being case-insensitive, special Unicode characters will be simplified during the check, so trying to select a peer "Jáck" by name "jack" will also succeed.

It's worth noting Channel > Peer > Select by ID is faster than selecting by name.


Selection can be a somewhat complicated topic; see more details under When selection is changed.