From 5c954dc43c35b113a1d54b83b81d113afa3c8ca1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 8 Nov 2017 11:16:46 -0800 Subject: [PATCH] Correct "counter" to "action" in minor text message --- PBot/Plugins/ActionTrigger.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PBot/Plugins/ActionTrigger.pm b/PBot/Plugins/ActionTrigger.pm index f5ec8db3..0ec44ef1 100644 --- a/PBot/Plugins/ActionTrigger.pm +++ b/PBot/Plugins/ActionTrigger.pm @@ -185,7 +185,7 @@ sub actiontrigger { my @triggers = $self->list_triggers($channel); if (not @triggers) { - $result = "No counter triggers set for $channel."; + $result = "No action triggers set for $channel."; } else { $result = "Triggers for $channel:\n"; my $comma = '';