Compare commits
No commits in common. "1b04e1e429d30c71ba98cc265db89dbbeca4ca43" and "617bc2a002d388dc04c05b1baaa4f8c2396af7b6" have entirely different histories.
1b04e1e429
...
617bc2a002
@ -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.
|
||||
|
||||
### 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 you are 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 are you mensioned.
|
||||
|
||||
#### Examples
|
||||
When only speak_public_messages is on,
|
||||
|
@ -1,4 +1,4 @@
|
||||
#autospeak, autospeak incoming events using espeak-ng
|
||||
#autospeak, autospeak incoming events through speech-dispatcher
|
||||
|
||||
# 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/irssi-autospeak',
|
||||
url => 'https://git.stormux.org/jticket/autospeak',
|
||||
license => 'GNU General Public License, version 3',
|
||||
changed => '2023/10/05',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user