Compare commits
2 Commits
617bc2a002
...
1b04e1e429
Author | SHA1 | Date | |
---|---|---|---|
1b04e1e429 | |||
8bdca92822 |
@ -32,7 +32,7 @@ This script has some settings. Use the /set command to set them.
|
|||||||
- speak_dcc_messages <on/off> - Speaks DCC messages; Notifys if a file transfer or dcc chat request.
|
- speak_dcc_messages <on/off> - Speaks DCC messages; Notifys if a file transfer or dcc chat request.
|
||||||
|
|
||||||
### Explanation of Public Message Speaking
|
### Explanation of Public Message Speaking
|
||||||
This script is designed not to be very spammy. Public messages only speak when you are directly addressed, unless you have the speak_indirect_message setting on, then it speaks no matter where in the message are you mensioned.
|
This script is designed not to be very spammy. Public messages only speak when you are directly addressed, unless you have the speak_indirect_message setting on, then it speaks no matter where in the message you are mensioned.
|
||||||
|
|
||||||
#### Examples
|
#### Examples
|
||||||
When only speak_public_messages is on,
|
When only speak_public_messages is on,
|
||||||
|
@ -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',
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user