Commit Graph
3 Commits
Author SHA1 Message Date
Samuel Dionne-RielandGitHub a6694a3a58 Add basic support for displaying emotes (#161) 2021-11-14 10:32:32 +05:30
Samuel Dionne-RielandGitHub 84380fedf6 Use Unicode aware character-wise slicing (#159) 2021-11-10 13:30:25 +05:30
Samuel Dionne-RielandGitHub a60be3a705 Fix commands activating anywhere in the input (#156)
* Fix commands activating anywhere in the input

Writing `The command to leave a channel is /leave` might have had "fun"
consequences for users.

Fixes #155

* Fix go-to commands activating anywhere in the input

While less obtrusive than `/` commands activating anywhere, it seems
logical to only activate completion of those when at the beginning of
the input.
2021-11-07 10:02:50 +05:30