summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request 'Handle duplicates' (#8) from ↵HEADmasterPratyush Desai2024-09-201-2/+7
|\ | | | | | | | | | | Georg/UnicodeEmoji:duplicates into master Reviewed-on: https://git.com.de/LimnoriaPlugins/UnicodeEmoji/pulls/8
| * Handle duplicatesGeorg Pfuetzenreuter2024-09-201-2/+7
|/ | | | | | | Duplicate dictionary elements are not supported in Python, replace duplicates with a list which is then randomly picked from. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* Merge pull request 'Implement list' (#7) from Georg/UnicodeEmoji:list into ↵Pratyush Desai2024-09-201-1/+5
|\ | | | | | | | | | | master Reviewed-on: https://git.com.de/LimnoriaPlugins/UnicodeEmoji/pulls/7
| * Implement listGeorg Pfuetzenreuter2024-09-201-1/+5
|/ | | | | | | | Allow users to query all the available emotes using the new special emote reference "list". Replace the legacy GitHub link with a reference to this command. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* Merge pull request 'Change double-flip to lowercase' (#5) from ↵Pratyush Desai2024-08-271-1/+1
|\ | | | | | | | | | | | | Georg/UnicodeEmoji:names into master Reviewed-on: https://git.com.de/LimnoriaPlugins/UnicodeEmoji/pulls/5 Reviewed-by: Pratyush Desai <pratyush.desai@liberta.casa>
| * Change double-flip to lowercaseGeorg Pfuetzenreuter2024-08-271-1/+1
|/ | | | | | | | | c35277bf59c021d2baaec5c90d9896201ac9a116 changed the lookup procedure to lowercase, causing double-flip to no longer be callable. Align it with the other keys by switching to all lower-case. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* Merge pull request 'More resilient lookup' (#4) from ↵Pratyush Desai2024-08-261-1/+3
|\ | | | | | | | | | | | | Georg/UnicodeEmoji:query into master Reviewed-on: https://git.com.de/LimnoriaPlugins/UnicodeEmoji/pulls/4 Reviewed-by: Pratyush Desai <pratyush.desai@liberta.casa>
| * More resilient lookupGeorg Pfuetzenreuter2024-08-221-1/+3
|/ | | | | | | | | To improve the user experience: - on queries of non-existent emotes, fall back to a default instead of returning KeyError - allow lookup of emotes regardless of capitalization Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
* Initial Commitmogad0n2020-09-206-0/+340