From 68ed5b4769d1eb0ff7fb08686c1a30fe28a76e08 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Fri, 6 Oct 2023 09:49:51 -0600 Subject: [PATCH] Fix double spoken messages, hopefully. --- autospeak.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/autospeak.pl b/autospeak.pl index ba89eb2..a0482b9 100644 --- a/autospeak.pl +++ b/autospeak.pl @@ -78,6 +78,7 @@ if ((Irssi::settings_get_bool('speak_all_public_messages')) == 1) { # Notify the user about the incoming public message: speak_message("Message from $nick/$tag on $target:", $body); +return; } # Check whether to notify the user about indirect messages: elsif ((Irssi::settings_get_bool('speak_indirect_messages')) == 0) {