From 8bdca928229799e8e371b18817ad70fb4d545986 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Thu, 5 Oct 2023 12:12:54 -0600 Subject: [PATCH] Fixed some things in the autospeak script. Comments and the info section --- autospeak.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autospeak.pl b/autospeak.pl index 89333c8..fba3c6e 100644 --- a/autospeak.pl +++ b/autospeak.pl @@ -1,4 +1,4 @@ -#autospeak, autospeak incoming events through speech-dispatcher +#autospeak, autospeak incoming events using espeak-ng # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the @@ -27,7 +27,7 @@ our %IRSSI = ( description => 'Autospeak incoming messages.', authors => 'Jeremiah Ticket', contact => 'seashellpromises@gmail.com', - url => 'https://git.stormux.org/jticket/autospeak', + url => 'https://git.stormux.org/jticket/irssi-autospeak', license => 'GNU General Public License, version 3', changed => '2023/10/05', );