Fixed some things in the autospeak script. Comments and the info section

This commit is contained in:
Jeremiah Ticket 2023-10-05 12:12:54 -06:00
parent 617bc2a002
commit 8bdca92822

View File

@ -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 # 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 # under the terms of the GNU General Public License as published by the
@ -27,7 +27,7 @@ our %IRSSI = (
description => 'Autospeak incoming messages.', description => 'Autospeak incoming messages.',
authors => 'Jeremiah Ticket', authors => 'Jeremiah Ticket',
contact => 'seashellpromises@gmail.com', 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', license => 'GNU General Public License, version 3',
changed => '2023/10/05', changed => '2023/10/05',
); );