squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.61k stars 59 forks source link

Feature request: Autocomplete nick based on active/proximity of users. #629

Open v-9x opened 3 days ago

v-9x commented 3 days ago

Right now it appears the autocomplete of nicks is done alphabetically, making it a chore to use in channels with hundreds of users. Hex chat, irssi, and weechat appear to use a method that is based on active and/or proximity of users. The experience in those clients make for a very quick autocomplete.

casperstorm commented 2 days ago

That's pretty sweet! I like that. Thanks for suggesting this.