From 95a6cb845ad807ff06df52741ef5845f2961525d Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 6 Oct 2023 08:33:57 -0600 Subject: [PATCH] Updated readme to explain how to read the section for autospeak in irssi --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec67cb6..908e971 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,12 @@ There is a basic install script, just run: This install script creates the folder ~/.irssi/scripts/autorun if it doesn't exist and simlinks the script to start automatically. ## Configuration -This script has some settings. Use the /set command to set them. +This script has some settings. Use the /set command to set them. To see the entire section in irssi and what you have them set to do: + + /set -section autospeak + +Here are the settings. + - speech_voice - espd-say voice to use (default is en-us) - speech_rate - speech rate(-100 to 100) (default is 50) - speech_module - Speech dispatcher output module to use (Default is espeak-ng)