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 = '';