Commit Graph

8 Commits

Author SHA1 Message Date
Jason Hensley
ade6439157 Add several new commands to the sounds.py plugin:
- /sounds set audioplayer <cmd>

  Allows configuring any CLI tool to be used for audio playback.  This
opens up the ability to play media types beyond mpeg3.

- /sounds reset audioplayer

  Resets the audio player to the default of "mpg123 -q".

- /sounds test chat|room|private

  Tests the /sounds setup to ensure the expected sounds will play on the
proper events.
2024-04-23 10:58:23 -04:00
John Hernandez
339ad336e2 Refactor emoticons.py plugin, add new emoticons, and remove dependency
Enhance the emoticons.py plugin by using a dictionary for emoticon
replacement. Add new emoticons to the dictionary and remove the
dependency on the 'future' module. Update documentation accordingly.
2023-11-09 10:02:33 +01:00
John Hernandez
e53ecc76da Fix TypeError in syscmd.py plugin
Fix `TypeError: can only concatenate str (not "bytes") to str`
2023-10-23 12:02:17 +02:00
Diego Blanco
efa13667ca Added HTML strip plugin 2021-07-02 20:38:48 +02:00
Vasilij Schneidermann
ab9a606473 Use shlex to shell quote user input properly 2021-01-27 21:53:28 +01:00
Thomas Thiel
a479d2da7d added autocorrector.py
An autocorrection plugin for the messy typist.

replaces typos you make from a list of strings. can be used for other
purposes, too, i think, but I use it to correct my messy typing.
2020-05-20 17:34:58 +02:00
James Booth
c0eefa2ff7 syscmd.py: Make newlines configurable
issue #9
2016-11-13 21:50:45 +00:00
James Booth
148c4b3ee1 Restructure project 2016-11-13 17:01:39 +00:00