summaryrefslogtreecommitdiffstats
path: root/plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
* 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>
* 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-201-0/+173